summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectDisassemble.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-19/+19
* Fix broken tests due to new error output.Todd Fiala2014-07-081-19/+19
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-19/+19
* Get "dis -c -s" working again.Jim Ingham2014-04-031-1/+1
* Make "disassemble -a" work when the target is not running yet. It will dump ...Jim Ingham2014-03-251-57/+102
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-0/+1
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-2/+2
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-2/+2
* Fix a couple of typos in the help text for disassembleBen Langmuir2013-09-261-1/+1
* Adds an option to resolve a symbol from an address that can be usedAshok Thirumurthi2013-09-241-1/+3
* Add OptionParser.hVirgile Bello2013-09-051-15/+15
* Change the disassemble option to specify the architecture from '-a'Jason Molenda2013-04-111-4/+53
* Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham2013-03-021-2/+47
* <rdar://problem/12552374>Enrico Granata2013-01-291-2/+2
* Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton2013-01-091-5/+4
* Switch "disassemble" with no arguments or options to disassemble the current ...Greg Clayton2012-12-141-23/+24
* <rdar://problem/12820334>Greg Clayton2012-12-061-14/+12
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12798131> Greg Clayton2012-12-041-1/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-2/+2
* <rdar://problem/11757916>Greg Clayton2012-08-291-3/+4
* Removed explicit NULL checks for shared pointersSean Callanan2012-08-091-1/+1
* Instructions generated by a disassembler can nowSean Callanan2012-08-011-1/+1
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-9/+5
* <rdar://problem/11358639>Greg Clayton2012-05-081-1/+2
* <rdar://problem/10997402>Greg Clayton2012-03-071-5/+11
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-5/+5
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-12/+13
* disassemble with no arguments disassembles at the pc. Also got "disassemble ...Jim Ingham2011-09-011-8/+43
* Remove the disassembly option: "eOptionShowCurrentLine" and replaced it withGreg Clayton2011-06-281-3/+5
* Fixed an issue where SBFrame::GetDisassembly() was returning disassembly thatGreg Clayton2011-06-221-6/+13
* Added new OptionGroup classes for UInt64, UUID, File and Boolean values.Greg Clayton2011-05-031-1/+1
* Added two new classes for command options:Greg Clayton2011-04-131-3/+3
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-2/+2
* Fix a test suite crasher.Johnny Chen2011-04-081-1/+1
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-8/+6
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-73/+93
* Added the ability to get the min and max instruction byte size for Greg Clayton2011-03-261-36/+38
* Cleaned up the Disassembler code a bit more. You can now request a disassemblerGreg Clayton2011-03-251-8/+25
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-2/+2
* Add the ability to disassemble "n" instructions from the current PC, or the f...Jim Ingham2011-03-221-53/+154
* Fixed the -r parameter to the disassemble commandSean Callanan2011-03-101-0/+2
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-1/+1
* Revert last checking to CommandObjectDisassemble.cpp; that wasJason Molenda2010-11-041-48/+1
* Built the native unwinder with all the warnings c++-4.2 could muster;Jason Molenda2010-11-041-1/+48
* The r117616 check in broken these two test cases:Johnny Chen2010-10-291-1/+7
* 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
OpenPOWER on IntegriCloud