summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter
Commit message (Expand)AuthorAgeFilesLines
...
* Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere2019-01-083-3/+3
* [CommandInterpreter] Simplify PreprocessCommand. (NFCI)Jonas Devlieghere2018-12-301-117/+127
* [NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere2018-12-212-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-155-24/+20
* Add GDB remote packet reproducer.Jonas Devlieghere2018-11-131-1/+4
* Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere2018-11-121-2/+2
* Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano2018-11-121-2/+2
* Remove header grouping comments.Jonas Devlieghere2018-11-1135-140/+0
* Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere2018-11-101-2/+2
* [FileSystem] Open File instances through the FileSystem.Jonas Devlieghere2018-11-021-4/+2
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-015-15/+21
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-012-5/+6
* [FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere2018-10-311-1/+1
* [lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek2018-10-311-0/+7
* Revert r345686 due to build failuresKuba Mracek2018-10-311-7/+0
* [lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek2018-10-311-0/+7
* Revert r345678 (build failure on Linux machines).Kuba Mracek2018-10-311-7/+0
* [lldb] Introduce StackFrameRecognizerKuba Mracek2018-10-311-0/+7
* Add functionality to export settingsJonas Devlieghere2018-10-266-20/+50
* 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
* [Interpreter] Escape backticks when dumping format entities.Jonas Devlieghere2018-10-011-1/+17
* Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha2018-09-272-5/+4
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-2616-106/+104
* build: add libedit to include pathsTatyana Krasnukha2018-09-211-0/+4
* Add support for descriptions with command completions.Raphael Isemann2018-09-131-29/+46
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-074-4/+4
* 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-2710-47/+30
* 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-1311-169/+92
* Get rid of the C-string parameter in DoExecuteRaphael Isemann2018-07-123-42/+36
* Allow specifying an exit code for the 'quit' commandRaphael Isemann2018-07-111-0/+20
* Refactor parsing of option lists with a raw string suffix.Raphael Isemann2018-07-102-1/+17
* Refactoring for for the internal command line completion API (NFC)Raphael Isemann2018-07-024-72/+62
* UUID: Add support for arbitrary-sized module IDsPavel Labath2018-06-291-9/+5
* Remove UUID::SetFromCStringPavel Labath2018-06-212-2/+2
* Modernize UUID classPavel Labath2018-06-211-11/+6
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-22/+8
* Fix the 'tb' alias commandFrederic Riss2018-06-181-1/+1
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-132-4/+5
* Normalize some lldb #include statements.James Y Knight2018-05-221-25/+25
* Fix the .experimental. settings feature so that we don't return an errorJason Molenda2018-05-011-1/+12
* Reflow paragraphs in comments.Adrian Prantl2018-04-3017-303/+238
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-1714-707/+12
* [Command] Implement `statistics` command.Davide Italiano2018-04-131-1/+1
* Args: replace isprint8 usage with isprintPavel Labath2018-04-101-2/+1
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-109-255/+278
OpenPOWER on IntegriCloud