| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb/CommandInterpreter] Remove flag that's always true (NFC) | Jonas Devlieghere | 2020-01-14 | 1 | -12/+4 |
| * | [lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDIT | Jonas Devlieghere | 2019-12-12 | 1 | -1/+1 |
| * | [lldb/Host] Use Host/Config.h entries instead of a global define. | Jonas Devlieghere | 2019-12-10 | 1 | -2/+3 |
| * | Add help text for parray and poarray aliases. | Jason Molenda | 2019-12-04 | 1 | -4/+17 |
| * | [lldb][NFC] Give some parameters in CommandInterpreter more descriptive names | Raphael Isemann | 2019-11-05 | 1 | -6/+6 |
| * | remove File::SetStream(), make new files instead. | Lawrence D'Anna | 2019-09-27 | 1 | -13/+14 |
| * | Convert FileSystem::Open() to return Expected<FileUP> | Lawrence D'Anna | 2019-09-26 | 1 | -7/+7 |
| * | Don't stop execution in batch mode when process stops with SIGINT or SIGSTOP | Tatyana Krasnukha | 2019-09-26 | 1 | -51/+59 |
| * | [lldb][NFC] Add CompletionRequest::AppendEmptyArgument | Raphael Isemann | 2019-09-25 | 1 | -3/+1 |
| * | [lldb] Remove redundant argument lists in CompletionRequest | Raphael Isemann | 2019-09-24 | 1 | -1/+1 |
| * | [lldb] Make cursor index in CompletionRequest unsigned | Raphael Isemann | 2019-09-23 | 1 | -2/+2 |
| * | [lldb] Reduce some dangerous boilerplate with CompletionRequest::ShiftArguments | Raphael Isemann | 2019-09-23 | 1 | -2/+1 |
| * | [lldb][NFC] Remove ArgEntry::ref member | Raphael Isemann | 2019-09-13 | 1 | -1/+1 |
| * | Remove `bugreport` command | Jonas Devlieghere | 2019-09-05 | 1 | -3/+0 |
| * | [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re... | Raphael Isemann | 2019-08-22 | 1 | -71/+20 |
| * | [lldb][NFC] Refactor remaining completion logic to use CompletionRequests | Raphael Isemann | 2019-08-15 | 1 | -8/+8 |
| * | [Reproducers] Force replay in synchronous mode. | Jonas Devlieghere | 2019-07-31 | 1 | -1/+5 |
| * | Fix issues with inferior stdout coming out of order | Pavel Labath | 2019-07-31 | 1 | -25/+7 |
| * | [CompletionRequest] Remove unimplemented members. | Jonas Devlieghere | 2019-07-31 | 1 | -9/+6 |
| * | [StringList] Change LongestCommonPrefix API | Jonas Devlieghere | 2019-07-31 | 1 | -2/+1 |
| * | [lldb] Qualify includes of Properties[Enum].inc files. NFC | Jordan Rupprecht | 2019-07-29 | 1 | -2/+2 |
| * | [lldb] Also include the array definition in Properties.inc | Jonas Devlieghere | 2019-07-29 | 1 | -11/+9 |
| * | [TableGen] Move interpreter properties into a separate file (NFC) | Jonas Devlieghere | 2019-07-26 | 1 | -2/+2 |
| * | Let tablegen generate property definitions | Jonas Devlieghere | 2019-07-25 | 1 | -38/+10 |
| * | [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) | Jonas Devlieghere | 2019-07-24 | 1 | -14/+11 |
| * | Fix a typo in help text. | Adrian McCarthy | 2019-06-25 | 1 | -1/+1 |
| * | [lldb] NFC modernize codebase with modernize-use-nullptr | Konrad Kleine | 2019-05-23 | 1 | -3/+3 |
| * | [CommandInterpreter] Refactor SourceInitFile | Jonas Devlieghere | 2019-05-17 | 1 | -86/+111 |
| * | [CommandInterpreter] Fix trailing blanks after `all` or [0-9]+ for bt | Stella Stamenova | 2019-05-17 | 1 | -4/+4 |
| * | [CommandInterpreter] Accept blanks after `all` or [0-9]+ for bt. | Davide Italiano | 2019-05-17 | 1 | -4/+4 |
| * | Propagate command interpreter errors from lldlbinit | Jonas Devlieghere | 2019-05-08 | 1 | -3/+21 |
| * | [Driver] Change the way we deal with local lldbinit files. | Jonas Devlieghere | 2019-05-06 | 1 | -5/+3 |
| * | [Alias] Add 're' alias for register | Jonas Devlieghere | 2019-05-03 | 1 | -0/+5 |
| * | Mention the thread-format & frame-format settings in help. | Jim Ingham | 2019-05-02 | 1 | -1/+3 |
| * | [ScriptInterpreter] Move ownership into debugger (NFC) | Jonas Devlieghere | 2019-04-26 | 1 | -17/+3 |
| * | [CommandInterpreter] Remove scripting language argument. (NFC) | Jonas Devlieghere | 2019-04-26 | 1 | -2/+0 |
| * | [ScriptInterpreter] Pass the debugger instead of the command interpreter | Jonas Devlieghere | 2019-04-26 | 1 | -1/+1 |
| * | [NFC] find_first_of/find_last_of -> find/rfind for single char. | Jonas Devlieghere | 2019-03-28 | 1 | -1/+1 |
| * | [Reproducers] Capture and replay interpreter commands. | Jonas Devlieghere | 2019-03-02 | 1 | -7/+10 |
| * | Replace 'ap' with 'up' suffix in variable names. (NFC) | Jonas Devlieghere | 2019-02-13 | 1 | -87/+92 |
| * | Remove redundant ::get() for smart pointer. (NFC) | Jonas Devlieghere | 2019-02-12 | 1 | -13/+13 |
| * | Use std::make_shared in LLDB (NFC) | Jonas Devlieghere | 2019-02-11 | 1 | -4/+5 |
| * | [CommandInterpreter] Early return on error (NFC) | Jonas Devlieghere | 2019-02-07 | 1 | -125/+121 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [CommandInterpreter] Simplify PreprocessCommand. (NFCI) | Jonas Devlieghere | 2018-12-30 | 1 | -117/+127 |
| * | [NFC] Replace `compare` with (in)equality operator where applicable. | Jonas Devlieghere | 2018-12-21 | 1 | -2/+2 |
| * | Simplify Boolean expressions | Jonas Devlieghere | 2018-12-15 | 1 | -8/+7 |
| * | Add GDB remote packet reproducer. | Jonas Devlieghere | 2018-11-13 | 1 | -1/+4 |
| * | [FileSystem] Open File instances through the FileSystem. | Jonas Devlieghere | 2018-11-02 | 1 | -4/+2 |
| * | [FileSystem] Move path resolution logic out of FileSpec | Jonas Devlieghere | 2018-11-01 | 1 | -8/+10 |