aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/CommandInterpreter.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata1-1/+1
2022-05-20[lldb] Fix spurious assertion in PrintCommandOutputJonas Devlieghere1-8/+4
2022-05-03[lldb] Add setting for max depth of value object printing (NFC)Dave Lee1-1/+2
2022-04-26Don't push null ExecutionContext on CommandInterp exectx stackJason Molenda1-3/+9
2022-04-05Fix a mistyping introduced with the new container command.Jim Ingham1-1/+1
2022-03-31Add a setting to not require --overwrite to overwrite commands.Jim Ingham1-0/+6
2022-03-23[lldb] Remove lldbassert from CommandInterpreter::PrintCommandOutputJonas Devlieghere1-13/+7
2022-03-15Re-land "[lldb] Synchronize output through the IOHandler"Jonas Devlieghere1-10/+20
2022-03-15Revert "[lldb] Synchronize output through the IOHandler"Jonas Devlieghere1-20/+10
2022-03-15[lldb] Synchronize output through the IOHandlerJonas Devlieghere1-10/+20
2022-03-04[LLDB] Flush stream at the end of PrintCommandOutputZequan Wu1-0/+1
2022-02-25[lldb] Fix check for TARGET_OS_IPHONEJonas Devlieghere1-1/+5
2022-02-18[lldb] Add support for a "global" lldbinit filePavel Labath1-0/+15
2022-02-16[lldb/API] Add a way to check if the CommandInterpreter is interactiveMed Ismail Bennani1-0/+4
2022-02-14Add a repeat command option for "thread backtrace --count N".Jim Ingham1-5/+10
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath1-0/+1
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath1-3/+3
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer1-1/+1
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille1-1/+1
2022-01-09[lldb] Compute fully qualified command names in FindCommandsForAproposDave Lee1-11/+14
2022-01-06Revert "[lldb] Compute fully qualified command names in FindCommandsForApropos"Dave Lee1-14/+11
2022-01-06[lldb] Compute fully qualified command names in FindCommandsForAproposDave Lee1-11/+14
2022-01-05[lldb] Create a property to store the REPL languageJonas Devlieghere1-8/+10
2021-12-24Remove redundant return and continue statements (NFC)Kazu Hirata1-3/+0
2021-11-22Revert "[lldb] Load the fblldb module automatically"Walter Erquinigo1-14/+0
2021-11-22[lldb] Load the fblldb module automaticallyWalter Erquinigo1-0/+14
2021-10-19[lldb] improve the help strings for gdb-remote and kdp-remoteLawrence D'Anna1-5/+8
2021-10-19Remove unneeded variable num_found.Jim Ingham1-5/+3
2021-10-18Add a "command container" hierarchy to allow users to add container nodes.Jim Ingham1-25/+203
2021-10-08[lldb] Remove shared_ptr from some global Properties objectsPavel Labath1-8/+2
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny1-2/+2
2021-06-29[lldb/Interpreter] Fix session-save-on-quit when using ^DMed Ismail Bennani1-0/+1
2021-06-29[lldb/Interpreter] Add setting to set session transcript save directoryMed Ismail Bennani1-3/+19
2021-06-25[lldb] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö1-1/+1
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett1-15/+0
2021-06-08[lldb] Don't print script output twice in HandleCommandJonas Devlieghere1-0/+1
2021-06-01[various] Remove or use variables which are unused but set.Michael Benfield1-4/+0
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann1-1/+1
2021-05-18[lldb][NFC] Remove all uses of StringRef::withNullAsEmpty in LLDBRaphael Isemann1-6/+6
2021-03-30[trace][intel-pt] Implement trace start and trace stopWalter Erquinigo1-1/+3
2021-03-05[lldb/Interpreter] Add `interpreter.repeat-previous-command` settingMed Ismail Bennani1-0/+11
2021-02-28[lldb/Interpreter][NFC] Remove explicit default initialization of members and...Tatyana Krasnukha1-3/+2
2021-02-11[lldb] Fix 'r' and 'run' aliases on Apple SiliconJonas Devlieghere1-7/+3
2021-02-08[LLDB] Fix `Wunused-result` warningFrederik Gossen1-1/+3
2021-02-08Reland "[lldb] Make CommandInterpreter's execution context the same as debugg...Tatyana Krasnukha1-67/+70
2020-12-23[lldb] Refactor and simplify GetCommandSPExact interfaceJonas Devlieghere1-70/+69
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere1-7/+3
2020-12-17Revert "[lldb] Make CommandInterpreter's execution context the same as debugg...Pavel Labath1-68/+68
2020-12-12[lldb] Make CommandInterpreter's execution context the same as debugger's one.Tatyana Krasnukha1-68/+68
2020-11-09[lldb] Make GetSelectedOrDummyTarget return the target by reference (NFC)Jonas Devlieghere1-8/+4