summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectImage.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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