summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectDisassemble.h
AgeCommit message (Expand)Author
2025-08-28Stateful variable-location annotations in Disassembler::PrintInstructions() (...Abdullah Mohammad Amin
2025-02-12[lldb] Support disassembling discontinuous functions (#126505)Pavel Labath
2024-11-11[lldb] Support overriding the disassembly CPU & features (#115382)Jonas Devlieghere
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence
2022-07-12[trace] Add a flag to the decoder to output the instruction typeWalter Erquinigo
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2020-05-15Recommit "[lldb] Don't dissasemble large functions by default"Pavel Labath
2020-05-14Revert "[lldb] Don't dissasemble large functions by default"shafik
2020-05-14[lldb] Don't dissasemble large functions by defaultPavel Labath
2020-03-10[lldb] Break up CommandObjectDisassemble::DoExecutePavel Labath
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-28Clean-up usage of OptionDefinition arraysTatyana Krasnukha
2017-11-13Move ArchSpec to the Utility modulePavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2016-11-12Make Options::SetOptionValue take a StringRef.Zachary Turner
2016-09-22Convert option tables to ArrayRefs.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala
2016-02-20Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko
2015-09-02Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify c...Pavel Labath
2013-04-11Change the disassemble option to specify the architecture from '-a'Jason Molenda
2013-03-02Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham
2012-12-14Switch "disassemble" with no arguments or options to disassemble the current ...Greg Clayton
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham
2011-09-01disassemble with no arguments disassembles at the pc. Also got "disassemble ...Jim Ingham
2011-04-13Added two new classes for command options:Greg Clayton
2011-04-07Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton
2011-03-26Added the ability to get the min and max instruction byte size for Greg Clayton
2011-03-25Cleaned up the Disassembler code a bit more. You can now request a disassemblerGreg Clayton
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton
2011-03-22Add the ability to disassemble "n" instructions from the current PC, or the f...Jim Ingham
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton
2010-06-30Centralized all disassembly into static functions in source/Core/Disassembler...Greg Clayton
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton
2010-06-15Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham
2010-06-15Change the Options parser over to use a mask rather than an ordinal for optio...Jim Ingham
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner