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