| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Got a lot of the kinks worked out in the inline support after debugging more | Greg Clayton | 2010-08-24 | 1 | -3/+2 |
| * | Added support for inlined stack frames being represented as real stack frames | Greg Clayton | 2010-08-24 | 1 | -1/+1 |
| * | Merged Eli Friedman's linux build changes where he added Makefile files that | Greg Clayton | 2010-07-09 | 1 | -2/+5 |
| * | Very large changes that were needed in order to allow multiple connections | Greg Clayton | 2010-06-23 | 1 | -38/+38 |
| * | And some more include line fixes. | Eli Friedman | 2010-06-09 | 1 | -6/+6 |
| * | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+394 |