summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandInterpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] find_first_of/find_last_of -> find/rfind for single char.Jonas Devlieghere2019-03-281-1/+1
* [Reproducers] Capture and replay interpreter commands.Jonas Devlieghere2019-03-021-7/+10
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-87/+92
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-13/+13
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-4/+5
* [CommandInterpreter] Early return on error (NFC)Jonas Devlieghere2019-02-071-125/+121
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [CommandInterpreter] Simplify PreprocessCommand. (NFCI)Jonas Devlieghere2018-12-301-117/+127
* [NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere2018-12-211-2/+2
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-8/+7
* Add GDB remote packet reproducer.Jonas Devlieghere2018-11-131-1/+4
* [FileSystem] Open File instances through the FileSystem.Jonas Devlieghere2018-11-021-4/+2
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-8/+10
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-4/+4
* Add "v" as well as "var" as an alias for "frame var".Jim Ingham2018-10-121-0/+1
* Add "var" and "vo" aliases for "frame variable" and "frame variable -O".Jim Ingham2018-10-101-0/+7
* Add EchoCommentCommands to CommandInterpreterRunOptions in addition to the ex...Stefan Granitz2018-10-051-15/+86
* Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha2018-09-271-2/+1
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-8/+7
* Add support for descriptions with command completions.Raphael Isemann2018-09-131-29/+46
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Remove unnecessary newlines from break command help text.Raphael Isemann2018-07-301-2/+2
* Narrow the CompletionRequest API to being append-only.Raphael Isemann2018-07-271-10/+12
* Fix duplicate suggestions after an ambiguous commandRaphael Isemann2018-07-261-2/+0
* Don't print two errors for unknown commands.Raphael Isemann2018-07-261-27/+0
* Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann2018-07-131-65/+14
* Allow specifying an exit code for the 'quit' commandRaphael Isemann2018-07-111-0/+20
* Refactoring for for the internal command line completion API (NFC)Raphael Isemann2018-07-021-32/+35
* Fix the 'tb' alias commandFrederic Riss2018-06-181-1/+1
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-3/+4
* Normalize some lldb #include statements.James Y Knight2018-05-221-25/+25
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-105/+84
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* [Command] Implement `statistics` command.Davide Italiano2018-04-131-1/+1
* [Commands] Add a (currently empty) `stats` command.Davide Italiano2018-03-231-0/+2
* [Commands] Remove dead code for unused `args` command.Davide Italiano2018-03-231-1/+0
* [Command] Remove dead code for the syntax command.Davide Italiano2018-03-231-1/+0
* Delete some unused #includes of CleanUp.h, NFCVedant Kumar2018-02-231-2/+0
* Implement interactive command interruptionLeonard Mosescu2017-10-051-14/+84
* Revert patch r313904, as it breaks "command source" and in Jim Ingham2017-09-281-71/+13
* [LLDB] Implement interactive command interruptionAdrian McCarthy2017-09-211-13/+71
* Fix the formatting for help on option value types.Jim Ingham2017-07-271-1/+1
* Fix a deadlock in the Python interpreter vrs. SIGINT.Jim Ingham2017-07-131-1/+1
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Remove an expensive lock from TimerPavel Labath2017-05-151-4/+6
* Rename Error -> Status.Zachary Turner2017-05-121-6/+6
* Update GDB remote command regex for IPv6Chris Bieneman2017-04-271-2/+2
* [Interpreter] Make a static func a lambda and remove always_inline.Davide Italiano2017-04-141-8/+5
* Fix up some enumerate() callsites in LLDB.Zachary Turner2017-03-131-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
OpenPOWER on IntegriCloud