summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectDisassemble.h
Commit message (Expand)AuthorAgeFilesLines
* Change the disassemble option to specify the architecture from '-a'Jason Molenda2013-04-111-0/+1
* Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham2013-03-021-0/+9
* Switch "disassemble" with no arguments or options to disassemble the current ...Greg Clayton2012-12-141-1/+1
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-3/+3
* disassemble with no arguments disassembles at the pc. Also got "disassemble ...Jim Ingham2011-09-011-0/+5
* Added two new classes for command options:Greg Clayton2011-04-131-2/+2
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-1/+1
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-8/+9
* Added the ability to get the min and max instruction byte size for Greg Clayton2011-03-261-0/+1
* Cleaned up the Disassembler code a bit more. You can now request a disassemblerGreg Clayton2011-03-251-0/+10
* 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-0/+2
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-3/+2
* Centralized all disassembly into static functions in source/Core/Disassembler...Greg Clayton2010-06-301-12/+0
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-7/+4
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
* Change the Options parser over to use a mask rather than an ordinal for optio...Jim Ingham2010-06-151-1/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+95
OpenPOWER on IntegriCloud