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