aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/API/SBCommandInterpreter.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-23[lldb] returning command completions up to a maximum (#135565)Ely Ronnen1-1/+14
2025-03-18[lldb] Fix double free in CommandPluginInterfaceImplementation (#131658)Jonas Devlieghere1-1/+1
2025-02-04[lldb] Support CommandInterpreter print callbacks (#125006)Jonas Devlieghere1-6/+18
2024-05-20Add new Python API `SBCommandInterpreter::GetTranscript()` (#90703)royitaqi1-0/+16
2024-04-24[lldb][nfc] Move broadcaster class strings away from ConstString (#89690)Alex Langford1-1/+2
2024-02-05Add commands frequency to statistics dump (#80375)jeffreytan811-0/+13
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence1-4/+2
2023-09-09[lldb] Reinstate default constructor for SBCommandInterpreterJonas Devlieghere1-0/+4
2023-06-15[lldb][NFCI] Remove use of ConstString from IOHandlerAlex Langford1-5/+6
2023-05-18[lldb] Guarantee the lifetimes of all strings returned from SBAPIAlex Langford1-2/+4
2023-05-10[lldb] Mark most SBAPI methods involving private types as protected or privateAlex Langford1-2/+4
2023-03-15Add a Debugger interruption mechanism in conjunction with theJim Ingham1-1/+7
2023-02-28Add SBCommandInterpreter::UserCommandExists parallel to CommandExists.Jim Ingham1-0/+7
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-4/+4
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-04[lldb] Use std::nullopt instead of None in comments (NFC)Kazu Hirata1-1/+1
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata1-2/+2
2022-06-27Have CommandObjectParsed check for "commands that take no arguments".Jim Ingham1-0/+4
2022-02-18[lldb] Add support for a "global" lldbinit filePavel Labath1-0/+16
2022-02-16[lldb/API] Add a way to check if the CommandInterpreter is interactiveMed Ismail Bennani1-0/+6
2022-02-14Add a repeat command option for "thread backtrace --count N".Jim Ingham1-5/+5
2022-02-09[lldb] Simplify SBCommandInterpreter::SourceInitFileInHomeDirectoryPavel Labath1-10/+1
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere1-126/+57
2022-01-10[lldb] Remove LLDB_RECORD_DUMMY_* macrosJonas Devlieghere1-3/+3
2022-01-09[lldb] Remove LLDB_RECORD_RESULT macroJonas Devlieghere1-25/+22
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere1-119/+1
2021-10-18Add a "command container" hierarchy to allow users to add container nodes.Jim Ingham1-8/+7
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett1-7/+0
2021-02-08Reland "[lldb] Make CommandInterpreter's execution context the same as debugg...Tatyana Krasnukha1-21/+16
2020-12-17Revert "[lldb] Make CommandInterpreter's execution context the same as debugg...Pavel Labath1-16/+21
2020-12-12[lldb] Make CommandInterpreter's execution context the same as debugger's one.Tatyana Krasnukha1-21/+16
2020-08-20[lldb/interpreter] Add REPL-specific init fileMed Ismail Bennani1-0/+21
2020-07-05[lldb][NFC] Remove an unnecessary cast in SBCommandInterpreterRaphael Isemann1-1/+1
2020-04-30[lldb/API] Move SBCommandInterpreterRunOption in its own header. (NFC)Jonas Devlieghere1-185/+2
2020-04-30[lldb/CommandInterpreter] Move everything into CommandInterpreterRunOptionsJonas Devlieghere1-0/+37
2020-04-08[commands] Support autorepeat in SBCommandsWalter Erquinigo1-23/+58
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-10-04[lldb] Fix crash on SBCommandReturnObject & assignmentJan Kratochvil1-2/+1
2019-09-13[lldb][NFC] Make ArgEntry::quote private and provide a getterRaphael Isemann1-1/+1
2019-08-22[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann1-15/+41
2019-08-15[lldb][NFC] Refactor remaining completion logic to use CompletionRequestsRaphael Isemann1-2/+5
2019-07-31[CompletionRequest] Remove unimplemented members.Jonas Devlieghere1-2/+1
2019-05-17[CommandInterpreter] Refactor SourceInitFileJonas Devlieghere1-2/+2
2019-04-03[Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere1-1/+1
2019-03-19[lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny1-0/+140
2019-03-11Add "operator bool" to SB APIsPavel Labath1-0/+8
2019-03-08[Reproducers] Add missing LLDB_RECORD_DUMMY macrosJonas Devlieghere1-0/+4
2019-03-07[SBAPI] Log from record macroJonas Devlieghere1-82/+0
2019-03-06[Reproducers] Add SBReproducer macrosJonas Devlieghere1-25/+233
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere1-8/+10