aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectDisassemble.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-68/+53
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-4/+5
2016-02-20Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko1-5/+2
2015-09-02Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify c...Pavel Labath1-17/+13
2013-04-11Change the disassemble option to specify the architecture from '-a'Jason Molenda1-0/+1
2013-03-02Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham1-0/+9
2012-12-14Switch "disassemble" with no arguments or options to disassemble the current ...Greg Clayton1-1/+1
2012-08-29<rdar://problem/11757916>Greg Clayton1-0/+1
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham1-3/+3
2011-09-01disassemble with no arguments disassembles at the pc. Also got "disassemble ...Jim Ingham1-0/+5
2011-04-13Added two new classes for command options:Greg Clayton1-2/+2
2011-04-07Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton1-1/+1
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton1-8/+9
2011-03-26Added the ability to get the min and max instruction byte size for Greg Clayton1-0/+1
2011-03-25Cleaned up the Disassembler code a bit more. You can now request a disassemblerGreg Clayton1-0/+10
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton1-2/+2
2011-03-22Add the ability to disassemble "n" instructions from the current PC, or the f...Jim Ingham1-0/+2
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton1-3/+2
2010-06-30Centralized all disassembly into static functions in source/Core/Disassembler...Greg Clayton1-12/+0
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton1-7/+4
2010-06-15Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham1-1/+1
2010-06-15Change the Options parser over to use a mask rather than an ordinal for optio...Jim Ingham1-1/+2
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+95