summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectDisassemble.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Comment out uninmplemented command option (-f) for disassembleCaroline Tice2010-10-281-1/+1
* Modify existing commands with arguments to use the new argument mechanismCaroline Tice2010-10-041-2/+2
* Uncomment/fix "-f" command option for disassemble command.Caroline Tice2010-10-011-1/+1
* Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice2010-10-011-9/+9
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-10/+14
* Fixed a missing newline when dumping mixed disassembly.Greg Clayton2010-09-151-1/+1
* Small help text fixes, to make it more consistent and accurate.Caroline Tice2010-09-071-1/+1
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-1/+1
* Got a lot of the kinks worked out in the inline support after debugging moreGreg Clayton2010-08-241-1/+1
* Centralized all disassembly into static functions in source/Core/Disassembler...Greg Clayton2010-06-301-196/+62
* Added function name types to allow us to set breakpoints by name moreGreg Clayton2010-06-281-1/+3
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-16/+13
* Unstick the -r option for the disassemble command.Sean Callanan2010-06-171-0/+1
* 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-73/+57
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+431
OpenPOWER on IntegriCloud