summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBFrame.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added support for stepping out of a frame. If you have 10 stack frames, and you Greg Clayton2011-01-211-0/+5
* Implemented a major overhaul of the way variables are handledSean Callanan2011-01-131-1/+2
* Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton2011-01-061-3/+3
* The LLDB API (lldb::SB*) is now thread safe!Greg Clayton2010-12-201-2/+58
* Changed:Greg Clayton2010-12-141-82/+127
* Fixed rdar://problem/8767055 test suite failure TestStaticVariables.py (ToT r...Johnny Chen2010-12-141-4/+4
* Fixed SBFrame to properly check to make sure it has a valid m_opaque_sp objectGreg Clayton2010-12-141-43/+59
* Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton2010-12-141-10/+4
* More logging for use in debugging the interactionsSean Callanan2010-12-071-0/+5
* Moved the code in ClangUserExpression that set up & ran the thread plan with ...Jim Ingham2010-11-301-1/+1
* Fill in more test sequences for Python API SBFrame.LookupVarInScope(name, sco...Johnny Chen2010-11-191-18/+17
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-23/+23
* Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton2010-11-051-0/+13
* Added the equivalent of gdb's "unwind-on-signal" to the expression command, a...Jim Ingham2010-11-051-1/+2
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-12/+9
* Improved API logging.Greg Clayton2010-10-301-90/+108
* Added a user-settable variable, 'target.expr-prefix',Sean Callanan2010-10-291-1/+7
* Make SBFrame::GetDescription a little more descriptive.Caroline Tice2010-10-271-1/+5
* Clean up the API logging code:Caroline Tice2010-10-261-35/+40
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-6/+126
* Fixed an expression parsing issue where if you were stopped somewhere withoutGreg Clayton2010-10-141-1/+1
* Cleaned up the SWIG stuff so all includes happen as they should, no pullingGreg Clayton2010-10-071-2/+1
* Added the notion that a value object can be constant by adding:Greg Clayton2010-10-051-0/+4
* Added a new ValueObject type that will be used to freeze dry expressionGreg Clayton2010-10-051-0/+10
* Added GetSymbol to the frame.Greg Clayton2010-10-041-0/+7
* There are now to new "settings set" variables that live in each debuggerGreg Clayton2010-10-041-1/+1
* Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice2010-09-221-9/+1
* Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice2010-09-201-2/+37
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-1/+1
* Added more API to lldb::SBBlock to allow getting the blockGreg Clayton2010-09-071-0/+7
* StackFrame objects now own ValueObjects for any frame variables (locals, args,Greg Clayton2010-09-021-29/+3
* Got a lot of the kinks worked out in the inline support after debugging moreGreg Clayton2010-08-241-3/+2
* Added support for inlined stack frames being represented as real stack framesGreg Clayton2010-08-241-1/+1
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-2/+5
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-38/+38
* And some more include line fixes.Eli Friedman2010-06-091-6/+6
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+394
OpenPOWER on IntegriCloud