summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter
Commit message (Expand)AuthorAgeFilesLines
...
* [lldb][NFC] NFC cleanup for the completion codeRaphael Isemann2019-08-222-21/+20
* [lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann2019-08-228-18/+8
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-2212-119/+45
* [lldb] D66174 `RegularExpression` cleanupJan Kratochvil2019-08-202-3/+5
* [Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere2019-08-164-34/+22
* [lldb][NFC] Refactor remaining completion logic to use CompletionRequestsRaphael Isemann2019-08-151-8/+8
* Format OptionEnumValueElement (NFC)Jonas Devlieghere2019-08-021-8/+37
* [Reproducers] Force replay in synchronous mode.Jonas Devlieghere2019-07-311-1/+5
* Fix issues with inferior stdout coming out of orderPavel Labath2019-07-311-25/+7
* [CompletionRequest] Remove unimplemented members.Jonas Devlieghere2019-07-311-9/+6
* [StringList] Change LongestCommonPrefix APIJonas Devlieghere2019-07-311-2/+1
* [lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht2019-07-293-7/+7
* [lldb] Also include the array definition in Properties.incJonas Devlieghere2019-07-292-12/+10
* [TableGen] Move interpreter properties into a separate file (NFC)Jonas Devlieghere2019-07-263-3/+41
* [CMake] Add TableGen dependency to lldbInterpreter.Jonas Devlieghere2019-07-251-0/+2
* Let tablegen generate property definitionsJonas Devlieghere2019-07-251-38/+10
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-14/+11
* Options: Reduce code duplicationPavel Labath2019-07-102-67/+37
* Fix a typo in help text.Adrian McCarthy2019-06-251-1/+1
* [Python] Flush prompt before reading inputJonas Devlieghere2019-06-251-0/+1
* Options: Correctly check for missing argumentsPavel Labath2019-06-251-3/+5
* Reapply "Fix a crash in option parsing."Adrian Prantl2019-06-251-1/+12
* Revert "Fix a crash in option parsing."Davide Italiano2019-06-201-6/+0
* Fix a crash in option parsing.Adrian Prantl2019-06-111-0/+6
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-3/+3
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-232-6/+6
* Actaully lock accesses to OptionValueFileSpecList objectsFrederic Riss2019-05-221-1/+3
* [CommandInterpreter] Refactor SourceInitFileJonas Devlieghere2019-05-171-86/+111
* [CommandInterpreter] Fix trailing blanks after `all` or [0-9]+ for btStella Stamenova2019-05-171-4/+4
* [CommandInterpreter] Accept blanks after `all` or [0-9]+ for bt.Davide Italiano2019-05-171-4/+4
* Replace assert with static_assert here applicable.Jonas Devlieghere2019-05-151-2/+3
* Propagate command interpreter errors from lldlbinitJonas Devlieghere2019-05-081-3/+21
* [Driver] Change the way we deal with local lldbinit files.Jonas Devlieghere2019-05-061-5/+3
* [Alias] Add 're' alias for registerJonas Devlieghere2019-05-031-0/+5
* Mention the thread-format & frame-format settings in help.Jim Ingham2019-05-021-1/+3
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-263-18/+6
* [CommandInterpreter] Remove scripting language argument. (NFC)Jonas Devlieghere2019-04-261-2/+0
* [ScriptInterpreter] Pass the debugger instead of the command interpreterJonas Devlieghere2019-04-262-7/+3
* Lock accesses to OptionValueFileSpecList objectsFrederic Riss2019-04-231-1/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-106-14/+0
* [NFC] find_first_of/find_last_of -> find/rfind for single char.Jonas Devlieghere2019-03-282-3/+2
* Pass ConstString by value (NFC)Adrian Prantl2019-03-063-11/+11
* Replace debug-only assert with a plain old assert.Adrian Prantl2019-03-061-7/+5
* [Reproducers] Capture and replay interpreter commands.Jonas Devlieghere2019-03-021-7/+10
* Fix error handling in Options::ParseTatyana Krasnukha2019-02-261-2/+3
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-132-90/+95
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-13/+13
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-112-28/+36
* [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-1945-180/+135
OpenPOWER on IntegriCloud