| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Switching back to using std::tr1::shared_ptr. We originally switched away | Greg Clayton | 2012-01-29 | 1 | -1/+1 |
* | The "desired result type" code in the expression | Sean Callanan | 2011-12-21 | 1 | -0/+2 |
* | <rdar://problem/10126482> | Greg Clayton | 2011-11-13 | 1 | -3/+4 |
* | Made the Host::SetCrashDescription(const char *) function copy the incoming | Greg Clayton | 2011-11-10 | 1 | -0/+2 |
* | SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre... | Johnny Chen | 2011-10-14 | 1 | -114/+0 |
* | Add SBFrame.WatchLocation() to find and watch the location pointed to by | Johnny Chen | 2011-10-01 | 1 | -0/+59 |
* | Modify SBFrame::WatchValue() impl so that for the watchpoint location created, | Johnny Chen | 2011-09-26 | 1 | -0/+12 |
* | Add an SB API SBFrame::WatchValue() and exported to the Python interface to | Johnny Chen | 2011-09-24 | 1 | -0/+43 |
* | This patch modifies the expression parser to allow it | Sean Callanan | 2011-09-15 | 1 | -1/+2 |
* | Added the ability to introspect types thourgh the public SBType interface. | Greg Clayton | 2011-09-09 | 1 | -2/+2 |
* | Incremental fixes of issues found by Xcode static analyzer. | Johnny Chen | 2011-08-10 | 1 | -3/+4 |
* | Cleaned up the SBType.h file to not include internal headers and reorganized | Greg Clayton | 2011-08-03 | 1 | -2/+2 |
* | Fixed some issues with ARM backtraces by not processing any push/pop | Greg Clayton | 2011-07-06 | 1 | -1/+1 |
* | Bumped Xcode project versions to lldb-65 and debugserver-140. | Greg Clayton | 2011-06-25 | 1 | -0/+8 |
* | Added two new API functions to SBFrame: | Greg Clayton | 2011-06-18 | 1 | -13/+79 |
* | Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab... | Jim Ingham | 2011-05-04 | 1 | -9/+9 |
* | Fix up how the ValueObjects manage their life cycle so that you can hand out ... | Jim Ingham | 2011-04-22 | 1 | -5/+5 |
* | Add support for "dynamic values" for C++ classes. This currently only works ... | Jim Ingham | 2011-04-16 | 1 | -6/+48 |
* | Convert ValueObject to explicitly maintain the Execution Context in which the... | Jim Ingham | 2011-03-31 | 1 | -5/+5 |
* | Added support for stepping out of a frame. If you have 10 stack frames, and you | Greg Clayton | 2011-01-21 | 1 | -0/+5 |
* | Implemented a major overhaul of the way variables are handled | Sean Callanan | 2011-01-13 | 1 | -1/+2 |
* | Fixed issues with RegisterContext classes and the subclasses. There was | Greg Clayton | 2011-01-06 | 1 | -3/+3 |
* | The LLDB API (lldb::SB*) is now thread safe! | Greg Clayton | 2010-12-20 | 1 | -2/+58 |
* | Changed: | Greg Clayton | 2010-12-14 | 1 | -82/+127 |
* | Fixed rdar://problem/8767055 test suite failure TestStaticVariables.py (ToT r... | Johnny Chen | 2010-12-14 | 1 | -4/+4 |
* | Fixed SBFrame to properly check to make sure it has a valid m_opaque_sp object | Greg Clayton | 2010-12-14 | 1 | -43/+59 |
* | Modified LLDB expressions to not have to JIT and run code just to see variable | Greg Clayton | 2010-12-14 | 1 | -10/+4 |
* | More logging for use in debugging the interactions | Sean Callanan | 2010-12-07 | 1 | -0/+5 |
* | Moved the code in ClangUserExpression that set up & ran the thread plan with ... | Jim Ingham | 2010-11-30 | 1 | -1/+1 |
* | Fill in more test sequences for Python API SBFrame.LookupVarInScope(name, sco... | Johnny Chen | 2010-11-19 | 1 | -18/+17 |
* | Modified all logging calls to hand out shared pointers to make sure we | Greg Clayton | 2010-11-06 | 1 | -23/+23 |
* | Added copy constructors and assignment operators to all lldb::SB* classes | Greg Clayton | 2010-11-05 | 1 | -0/+13 |
* | Added the equivalent of gdb's "unwind-on-signal" to the expression command, a... | Jim Ingham | 2010-11-05 | 1 | -1/+2 |
* | Cleaned up the API logging a lot more to reduce redundant information and | Greg Clayton | 2010-10-31 | 1 | -12/+9 |
* | Improved API logging. | Greg Clayton | 2010-10-30 | 1 | -90/+108 |
* | Added a user-settable variable, 'target.expr-prefix', | Sean Callanan | 2010-10-29 | 1 | -1/+7 |
* | Make SBFrame::GetDescription a little more descriptive. | Caroline Tice | 2010-10-27 | 1 | -1/+5 |
* | Clean up the API logging code: | Caroline Tice | 2010-10-26 | 1 | -35/+40 |
* | First pass at adding logging capabilities for the API functions. At the moment | Caroline Tice | 2010-10-26 | 1 | -6/+126 |
* | Fixed an expression parsing issue where if you were stopped somewhere without | Greg Clayton | 2010-10-14 | 1 | -1/+1 |
* | Cleaned up the SWIG stuff so all includes happen as they should, no pulling | Greg Clayton | 2010-10-07 | 1 | -2/+1 |
* | Added the notion that a value object can be constant by adding: | Greg Clayton | 2010-10-05 | 1 | -0/+4 |
* | Added a new ValueObject type that will be used to freeze dry expression | Greg Clayton | 2010-10-05 | 1 | -0/+10 |
* | Added GetSymbol to the frame. | Greg Clayton | 2010-10-04 | 1 | -0/+7 |
* | There are now to new "settings set" variables that live in each debugger | Greg Clayton | 2010-10-04 | 1 | -1/+1 |
* | Remove all the __repr__ methods from the API/*.h files, and put them | Caroline Tice | 2010-09-22 | 1 | -9/+1 |
* | Add GetDescription() and __repr__ () methods to most API classes, to allow | Caroline Tice | 2010-09-20 | 1 | -2/+37 |
* | Moved the section load list up into the target so we can use the target | Greg Clayton | 2010-09-14 | 1 | -1/+1 |
* | Added more API to lldb::SBBlock to allow getting the block | Greg Clayton | 2010-09-07 | 1 | -0/+7 |
* | StackFrame objects now own ValueObjects for any frame variables (locals, args, | Greg Clayton | 2010-09-02 | 1 | -29/+3 |