aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectDisassemble.h
AgeCommit message (Expand)AuthorFilesLines
2025-02-12[lldb] Support disassembling discontinuous functions (#126505)Pavel Labath1-1/+2
2024-11-11[lldb] Support overriding the disassembly CPU & features (#115382)Jonas Devlieghere1-0/+14
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence1-1/+1
2022-07-12[trace] Add a flag to the decoder to output the instruction typeWalter Erquinigo1-0/+1
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere1-10/+10
2020-05-15Recommit "[lldb] Don't dissasemble large functions by default"Pavel Labath1-2/+7
2020-05-14Revert "[lldb] Don't dissasemble large functions by default"shafik1-7/+2
2020-05-14[lldb] Don't dissasemble large functions by defaultPavel Labath1-2/+7
2020-03-10[lldb] Break up CommandObjectDisassemble::DoExecutePavel Labath1-0/+9
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere1-3/+3
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-2/+0
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-28Clean-up usage of OptionDefinition arraysTatyana Krasnukha1-1/+0
2017-11-13Move ArchSpec to the Utility modulePavel Labath1-5/+1
2017-05-12Rename Error -> Status.Zachary Turner1-3/+3
2016-11-12Make Options::SetOptionValue take a StringRef.Zachary Turner1-1/+1
2016-09-22Convert option tables to ArrayRefs.Zachary Turner1-1/+1
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