summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectImage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added mutex protection to the Symtab class.Greg Clayton2010-10-081-6/+106
* Hooked up ability to look up data symbols so they show up in disassemblyGreg Clayton2010-10-081-0/+7
* Modify existing commands with arguments to use the new argument mechanismCaroline Tice2010-10-041-5/+43
* Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice2010-10-011-19/+19
* Fixed the forward declaration issue that was present in the DWARF parser afterGreg Clayton2010-09-291-1/+1
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-75/+75
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-9/+8
* Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic.Greg Clayton2010-09-111-1/+2
* Make all debugger-level user settable variables into instance variables.Caroline Tice2010-09-091-1/+1
* Clean up, clarify and standardize help text, and fix a few help text formatti...Caroline Tice2010-09-081-2/+2
* Small help text fixes, to make it more consistent and accurate.Caroline Tice2010-09-071-2/+2
* Added a new bool parameter to many of the DumpStopContext() methods that Greg Clayton2010-09-021-1/+1
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-6/+6
* Added support for inlined stack frames being represented as real stack framesGreg Clayton2010-08-241-1/+1
* Added support for objective C built-in types: id, Class, and SEL. This Greg Clayton2010-08-031-12/+118
* I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton2010-07-141-2/+2
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-1/+1
* Centralized all disassembly into static functions in source/Core/Disassembler...Greg Clayton2010-06-301-0/+4
* Add a source file completer to the CommandCompleters.Jim Ingham2010-06-301-0/+4
* Fixed debug map in executable + DWARF in .o debugging on Mac OS X.Greg Clayton2010-06-281-8/+48
* Added function name types to allow us to set breakpoints by name moreGreg Clayton2010-06-281-3/+6
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-113/+109
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-2/+2
* Change the Options parser over to use a mask rather than an ordinal for optio...Jim Ingham2010-06-151-16/+15
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+1419
OpenPOWER on IntegriCloud