summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectImage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added new OptionGroup classes for UInt64, UUID, File and Boolean values.Greg Clayton2011-05-031-1773/+0
* Added a "--triple [<width>]" ("-t<width>" as a short option) option to theGreg Clayton2011-05-021-4/+14
* Did some work on the "register read" command to only show the first registerGreg Clayton2011-04-221-18/+45
* Added two new classes for command options:Greg Clayton2011-04-131-7/+7
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-20/+34
* Really fix the test suite crasher this time.Johnny Chen2011-04-081-3/+3
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-10/+13
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-3/+0
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-12/+12
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-3/+3
* Factor all the code that does "Execute a list of lldb command interpreter com...Jim Ingham2011-02-181-1/+1
* Clean up a bit of the type getting code where lldb_private:Type now hasGreg Clayton2011-02-161-1/+1
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-1/+1
* Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton2011-02-081-1/+1
* Fixed a crasher that could happen when trying to look at N_GSYM entriesGreg Clayton2011-02-081-0/+3
* Applied a fix to qualify "UUID" with the lldb_private namespace to fixGreg Clayton2011-02-041-1/+1
* Finished up the async attach support. This allows us to request to attachGreg Clayton2011-01-291-1/+1
* Changed the SymbolFile::FindFunction() function calls to only return Greg Clayton2011-01-271-24/+27
* Added the ability to dump sections to a certain depth (for when sectionsGreg Clayton2010-12-081-1/+1
* These two casts are up casts, no need to use dynamic_cast.Johnny Chen2010-10-291-1/+1
* Fixed an issue where we were resolving paths when we should have been.Greg Clayton2010-10-201-6/+6
* 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