summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Interpreter
Commit message (Expand)AuthorAgeFilesLines
* [CommandInterpreter] Fix SkipAppInitFiles setterJonas Devlieghere2019-05-211-1/+1
* [CommandInterpreter] Refactor SourceInitFileJonas Devlieghere2019-05-171-1/+4
* typedef enum -> enumFangrui Song2019-05-144-8/+8
* Fix file names in file headers. NFCFangrui Song2019-05-131-1/+1
* Propagate command interpreter errors from lldlbinitJonas Devlieghere2019-05-081-5/+17
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-262-6/+1
* [CommandInterpreter] Remove scripting language argument. (NFC)Jonas Devlieghere2019-04-261-4/+1
* [ScriptInterpreter] Pass the debugger instead of the command interpreterJonas Devlieghere2019-04-261-6/+3
* Lock accesses to OptionValueFileSpecList objectsFrederic Riss2019-04-231-3/+15
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-1037-174/+0
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-114-50/+50
* Pass ConstString by value (NFC)Adrian Prantl2019-03-064-14/+14
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1946-184/+138
* Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath2018-12-142-4/+4
* Remove header grouping comments.Jonas Devlieghere2018-11-1139-156/+0
* [lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek2018-10-312-0/+13
* Revert r345686 due to build failuresKuba Mracek2018-10-312-13/+0
* [lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek2018-10-312-0/+13
* Revert r345678 (build failure on Linux machines).Kuba Mracek2018-10-312-13/+0
* [lldb] Introduce StackFrameRecognizerKuba Mracek2018-10-312-0/+13
* Add functionality to export settingsJonas Devlieghere2018-10-261-1/+3
* Add EchoCommentCommands to CommandInterpreterRunOptions in addition to the ex...Stefan Granitz2018-10-051-20/+43
* Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha2018-09-272-1/+3
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-263-5/+4
* Add a "scripted" breakpoint type to lldb.Jim Ingham2018-09-131-0/+21
* Add support for descriptions with command completions.Raphael Isemann2018-09-132-6/+13
* NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.Jim Ingham2018-09-071-4/+4
* Add includes for CompletionRequest to every file that uses itRaphael Isemann2018-07-137-2/+7
* Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann2018-07-139-143/+48
* Get rid of the C-string parameter in DoExecuteRaphael Isemann2018-07-123-11/+11
* Allow specifying an exit code for the 'quit' commandRaphael Isemann2018-07-111-0/+30
* Refactor parsing of option lists with a raw string suffix.Raphael Isemann2018-07-101-0/+4
* Fixed compilation failure after the code completion refactor patchRaphael Isemann2018-07-021-1/+1
* Refactoring for for the internal command line completion API (NFC)Raphael Isemann2018-07-025-111/+29
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-5/+2
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-021-22/+20
* Reflow paragraphs in comments.Adrian Prantl2018-04-3011-113/+97
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-175-372/+4
* Move OptionElementVector helper structs from Args to OptionsPavel Labath2018-04-103-16/+17
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-103-26/+44
* Move option parsing out of the Args classPavel Labath2018-03-092-121/+38
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-32/+7
* Make sure DataBufferLLVM contents are writablePavel Labath2017-12-211-1/+1
* Add a StringList constructor to Args classPavel Labath2017-12-111-0/+1
* Move ArchSpec to the Utility modulePavel Labath2017-11-132-10/+2
* Implement interactive command interruptionLeonard Mosescu2017-10-051-0/+21
* Revert patch r313904, as it breaks "command source" and in Jim Ingham2017-09-281-20/+0
* [LLDB] Implement interactive command interruptionAdrian McCarthy2017-09-211-0/+20
* Fix a deadlock in the Python interpreter vrs. SIGINT.Jim Ingham2017-07-131-1/+1
* Move StructuredData from Core to UtilityPavel Labath2017-06-271-1/+1
OpenPOWER on IntegriCloud