summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectFrame.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed an expression parsing issue where if you were stopped somewhere withoutGreg Clayton2010-10-141-11/+13
* Default "frame variable" to not show types before values by default. You now ...Greg Clayton2010-10-131-3/+3
* Added the ability to get error strings back from failed Greg Clayton2010-10-101-126/+184
* Added a new test case to test signals with.Greg Clayton2010-10-101-37/+134
* Added a new ValueObject type that will be used to freeze dry expressionGreg Clayton2010-10-051-148/+35
* Modify existing commands with arguments to use the new argument mechanismCaroline Tice2010-10-041-2/+26
* There are now to new "settings set" variables that live in each debuggerGreg Clayton2010-10-041-1/+1
* Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice2010-10-011-16/+16
* Fixed the forward declaration issue that was present in the DWARF parser afterGreg Clayton2010-09-291-2/+2
* Add UserSettings to Target class, making Target settingsCaroline Tice2010-09-201-1/+1
* Added a better error message to the "frame variable" when you try to viewGreg Clayton2010-09-181-1/+1
* Fixed an issue with:Greg Clayton2010-09-181-1/+1
* General command line help cleanup:Greg Clayton2010-09-181-2/+7
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-30/+29
* Fixed the implementation of "bool Block::Contains (const Block *block) const"Greg Clayton2010-09-141-22/+44
* Looking at some of the test suite failures in DWARF in .o files with theGreg Clayton2010-09-141-85/+0
* Make sure we have a variable list so we don't crash when a frame has noGreg Clayton2010-09-131-182/+185
* Removed unused variable.Greg Clayton2010-09-131-1/+0
* Added a work in the DWARF parser when we parse an array that ends up having Greg Clayton2010-09-131-49/+84
* Move the "Object Description" into the ValueObject, and the add an API toJim Ingham2010-09-101-35/+5
* Clean up, clarify and standardize help text, and fix a few help text formatti...Caroline Tice2010-09-081-4/+6
* Added a new bool parameter to many of the DumpStopContext() methods that Greg Clayton2010-09-021-1/+1
* StackFrame objects now own ValueObjects for any frame variables (locals, args,Greg Clayton2010-09-021-15/+3
* Move "variable list" to "frame variable"Jim Ingham2010-09-021-2/+696
* Added a way to open the current source file & line in an external editor, and...Jim Ingham2010-08-301-1/+8
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-2/+2
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-12/+10
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+171
OpenPOWER on IntegriCloud