| Age | Commit message (Expand) | Author |
| 2011-08-03 | Cleaned up the SBType.h file to not include internal headers and reorganized | Greg Clayton |
| 2011-07-06 | Fixed some issues with ARM backtraces by not processing any push/pop | Greg Clayton |
| 2011-06-25 | Bumped Xcode project versions to lldb-65 and debugserver-140. | Greg Clayton |
| 2011-06-18 | Added two new API functions to SBFrame: | Greg Clayton |
| 2011-05-04 | Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab... | Jim Ingham |
| 2011-04-22 | Fix up how the ValueObjects manage their life cycle so that you can hand out ... | Jim Ingham |
| 2011-04-16 | Add support for "dynamic values" for C++ classes. This currently only works ... | Jim Ingham |
| 2011-03-31 | Convert ValueObject to explicitly maintain the Execution Context in which the... | Jim Ingham |
| 2011-01-21 | Added support for stepping out of a frame. If you have 10 stack frames, and you | Greg Clayton |
| 2011-01-13 | Implemented a major overhaul of the way variables are handled | Sean Callanan |
| 2011-01-06 | Fixed issues with RegisterContext classes and the subclasses. There was | Greg Clayton |
| 2010-12-20 | The LLDB API (lldb::SB*) is now thread safe! | Greg Clayton |
| 2010-12-14 | Changed: | Greg Clayton |
| 2010-12-14 | Fixed rdar://problem/8767055 test suite failure TestStaticVariables.py (ToT r... | Johnny Chen |
| 2010-12-14 | Fixed SBFrame to properly check to make sure it has a valid m_opaque_sp object | Greg Clayton |
| 2010-12-14 | Modified LLDB expressions to not have to JIT and run code just to see variable | Greg Clayton |
| 2010-12-07 | More logging for use in debugging the interactions | Sean Callanan |
| 2010-11-30 | Moved the code in ClangUserExpression that set up & ran the thread plan with ... | Jim Ingham |
| 2010-11-19 | Fill in more test sequences for Python API SBFrame.LookupVarInScope(name, sco... | Johnny Chen |
| 2010-11-06 | Modified all logging calls to hand out shared pointers to make sure we | Greg Clayton |
| 2010-11-05 | Added copy constructors and assignment operators to all lldb::SB* classes | Greg Clayton |
| 2010-11-05 | Added the equivalent of gdb's "unwind-on-signal" to the expression command, a... | Jim Ingham |
| 2010-10-31 | Cleaned up the API logging a lot more to reduce redundant information and | Greg Clayton |
| 2010-10-30 | Improved API logging. | Greg Clayton |
| 2010-10-29 | Added a user-settable variable, 'target.expr-prefix', | Sean Callanan |
| 2010-10-27 | Make SBFrame::GetDescription a little more descriptive. | Caroline Tice |
| 2010-10-26 | Clean up the API logging code: | Caroline Tice |
| 2010-10-26 | First pass at adding logging capabilities for the API functions. At the moment | Caroline Tice |
| 2010-10-14 | Fixed an expression parsing issue where if you were stopped somewhere without | Greg Clayton |
| 2010-10-07 | Cleaned up the SWIG stuff so all includes happen as they should, no pulling | Greg Clayton |
| 2010-10-05 | Added the notion that a value object can be constant by adding: | Greg Clayton |
| 2010-10-05 | Added a new ValueObject type that will be used to freeze dry expression | Greg Clayton |
| 2010-10-04 | Added GetSymbol to the frame. | Greg Clayton |
| 2010-10-04 | There are now to new "settings set" variables that live in each debugger | Greg Clayton |
| 2010-09-22 | Remove all the __repr__ methods from the API/*.h files, and put them | Caroline Tice |
| 2010-09-20 | Add GetDescription() and __repr__ () methods to most API classes, to allow | Caroline Tice |
| 2010-09-14 | Moved the section load list up into the target so we can use the target | Greg Clayton |
| 2010-09-07 | Added more API to lldb::SBBlock to allow getting the block | Greg Clayton |
| 2010-09-02 | StackFrame objects now own ValueObjects for any frame variables (locals, args, | Greg Clayton |
| 2010-08-24 | Got a lot of the kinks worked out in the inline support after debugging more | Greg Clayton |
| 2010-08-24 | Added support for inlined stack frames being represented as real stack frames | Greg Clayton |
| 2010-07-09 | Merged Eli Friedman's linux build changes where he added Makefile files that | Greg Clayton |
| 2010-06-23 | Very large changes that were needed in order to allow multiple connections | Greg Clayton |
| 2010-06-09 | And some more include line fixes. | Eli Friedman |
| 2010-06-08 | Initial checkin of lldb code from internal Apple repo. | Chris Lattner |