summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBFrame.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-1/+1
* The "desired result type" code in the expressionSean Callanan2011-12-211-0/+2
* <rdar://problem/10126482>Greg Clayton2011-11-131-3/+4
* Made the Host::SetCrashDescription(const char *) function copy the incomingGreg Clayton2011-11-101-0/+2
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-141-114/+0
* Add SBFrame.WatchLocation() to find and watch the location pointed to byJohnny Chen2011-10-011-0/+59
* Modify SBFrame::WatchValue() impl so that for the watchpoint location created,Johnny Chen2011-09-261-0/+12
* Add an SB API SBFrame::WatchValue() and exported to the Python interface toJohnny Chen2011-09-241-0/+43
* This patch modifies the expression parser to allow itSean Callanan2011-09-151-1/+2
* Added the ability to introspect types thourgh the public SBType interface.Greg Clayton2011-09-091-2/+2
* Incremental fixes of issues found by Xcode static analyzer.Johnny Chen2011-08-101-3/+4
* Cleaned up the SBType.h file to not include internal headers and reorganizedGreg Clayton2011-08-031-2/+2
* Fixed some issues with ARM backtraces by not processing any push/pop Greg Clayton2011-07-061-1/+1
* Bumped Xcode project versions to lldb-65 and debugserver-140.Greg Clayton2011-06-251-0/+8
* Added two new API functions to SBFrame:Greg Clayton2011-06-181-13/+79
* Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham2011-05-041-9/+9
* Fix up how the ValueObjects manage their life cycle so that you can hand out ...Jim Ingham2011-04-221-5/+5
* Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham2011-04-161-6/+48
* Convert ValueObject to explicitly maintain the Execution Context in which the...Jim Ingham2011-03-311-5/+5
* 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
OpenPOWER on IntegriCloud