summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectDisassemble.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann2019-12-161-3/+0
* Run clang-format on lldb/source/Commands (NFC)Adrian Prantl2019-10-301-3/+2
* disassemble command: fix error message when disassembly failsPavel Labath2019-09-041-1/+1
* [lldb] Unify target checking in CommandObjectRaphael Isemann2019-08-311-8/+3
* [lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann2019-08-221-3/+1
* [lldb] Also include the array definition in CommandOptions.incRaphael Isemann2019-07-281-2/+0
* [lldb][NFC] Tablegenify disassembleRaphael Isemann2019-07-231-24/+2
* [CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere2019-04-271-7/+7
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-16/+16
* Remove duplicated check and shared_ptr copying.Tatyana Krasnukha2018-06-211-4/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-8/+7
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-101-5/+6
* Invert ArchSpec<->Platform dependencyPavel Labath2017-10-311-2/+1
* Rename Error -> Status.Zachary Turner2017-05-121-4/+4
* Delete some more dead includes.Zachary Turner2017-03-221-1/+1
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-9/+6
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-1/+1
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* Convert various CommandInterpreter functions to StringRef.Zachary Turner2016-10-051-1/+1
* Try to fix build errors on Android.Zachary Turner2016-09-221-1/+1
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-30/+29
* I'm experimenting with changing how the mixed source & assemblyJason Molenda2016-09-081-3/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-534/+467
* Tables of command options in LLDB benefit from hand-formatting to make itKate Stone2016-08-261-23/+25
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-20/+38
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-6/+6
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-201-46/+39
* Change the (internal to this file only) enum names from gcc_ toJason Molenda2015-09-041-1/+1
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-3/+3
* 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
OpenPOWER on IntegriCloud