summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandInterpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/CommandInterpreter] Remove flag that's always true (NFC)Jonas Devlieghere2020-01-141-12/+4
* [lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDITJonas Devlieghere2019-12-121-1/+1
* [lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere2019-12-101-2/+3
* Add help text for parray and poarray aliases.Jason Molenda2019-12-041-4/+17
* [lldb][NFC] Give some parameters in CommandInterpreter more descriptive namesRaphael Isemann2019-11-051-6/+6
* remove File::SetStream(), make new files instead.Lawrence D'Anna2019-09-271-13/+14
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-261-7/+7
* Don't stop execution in batch mode when process stops with SIGINT or SIGSTOPTatyana Krasnukha2019-09-261-51/+59
* [lldb][NFC] Add CompletionRequest::AppendEmptyArgumentRaphael Isemann2019-09-251-3/+1
* [lldb] Remove redundant argument lists in CompletionRequestRaphael Isemann2019-09-241-1/+1
* [lldb] Make cursor index in CompletionRequest unsignedRaphael Isemann2019-09-231-2/+2
* [lldb] Reduce some dangerous boilerplate with CompletionRequest::ShiftArgumentsRaphael Isemann2019-09-231-2/+1
* [lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann2019-09-131-1/+1
* Remove `bugreport` commandJonas Devlieghere2019-09-051-3/+0
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-71/+20
* [lldb][NFC] Refactor remaining completion logic to use CompletionRequestsRaphael Isemann2019-08-151-8/+8
* [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-291-2/+2
* [lldb] Also include the array definition in Properties.incJonas Devlieghere2019-07-291-11/+9
* [TableGen] Move interpreter properties into a separate file (NFC)Jonas Devlieghere2019-07-261-2/+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
* Fix a typo in help text.Adrian McCarthy2019-06-251-1/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-3/+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
* 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-261-17/+3
* [CommandInterpreter] Remove scripting language argument. (NFC)Jonas Devlieghere2019-04-261-2/+0
* [ScriptInterpreter] Pass the debugger instead of the command interpreterJonas Devlieghere2019-04-261-1/+1
* [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