summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectCommands.cpp
AgeCommit message (Expand)Author
2025-09-04[lldb] Correct style of error messages (#156774)Jonas Devlieghere
2025-07-25[lldb] Use std::make_shared where possible (NFC) (#150714)Jonas Devlieghere
2025-05-04[lldb] Remove unused local variables (NFC) (#138457)Kazu Hirata
2025-02-20[lldb] Store StreamAsynchronousIO in a unique_ptr (NFC) (#127961)Jonas Devlieghere
2025-02-19[lldb] Synchronize the debuggers output & error streamsJonas Devlieghere
2024-10-12[lldb] Rename CommandReturnObject::Get.*Data -> Get.*String (#112062)Adrian Prantl
2024-09-24Add the ability to define custom completers to the parsed_cmd template. (#109...jimingham
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-08[lldb/Interpreter] Fix ambiguous partial command resolution (#101934)Med Ismail Bennani
2024-07-03Add the ability for Script based commands to specify their "repeat command" (...jimingham
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham
2024-02-20Add the RegisterCompleter to eArgTypeRegisterName in g_argument_table (#82428)jimingham
2024-02-19Revert "Centralize the handling of completion for simple argument lists. (#82...Shubham Sandeep Rastogi
2024-02-19Centralize the handling of completion for simple argument lists. (#82085)jimingham
2024-02-13Used std::vector::reserve when I meant std::vector::resize.Jim Ingham
2024-02-13Add the ability to define a Python based command that uses CommandObjectParse...jimingham
2024-02-05Add commands frequency to statistics dump (#80375)jeffreytan81
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani
2023-02-14Report a useful error when someone passes an incorrect python class name.Jim Ingham
2023-02-09[lldb] Remove unused CommandObjectRegexCommand::m_max_matches (NFC)Dave Lee
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
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-09Switch the "command script add" interactive input to use the new command form.Jim Ingham
2022-11-09Handle aliasing a non-top-level command.Jim Ingham
2022-09-19[lldb] Remove LLDB reproducersJonas Devlieghere
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere
2022-06-27Have CommandObjectParsed check for "commands that take no arguments".Jim Ingham
2022-05-21[lldb] fix 'command container' help textLuboš Luňák
2022-04-29[lldb] Fix initialization of LazyBool/bool variables m_overwrite/m_overwrite_...Martin Storsjö
2022-03-31Add a setting to not require --overwrite to overwrite commands.Jim Ingham
2022-03-31[LLDB] Applying clang-tidy modernize-use-equals-default over LLDBShafik Yaghmour
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour
2022-02-18[lldb] Default initialize CommandOptions fields (NFC)Jonas Devlieghere
2022-02-14Add a repeat command option for "thread backtrace --count N".Jim Ingham
2022-01-23[Commands] Remove redundant member initialization (NFC)Kazu Hirata
2022-01-21[lldb] Allow aliases to aliases of raw input commandsDave Lee
2021-10-18Add a "command container" hierarchy to allow users to add container nodes.Jim Ingham
2021-09-29Add the --relative-to-command-file to "command source" so you canJim Ingham
2021-07-09[lldb] Add the ability to silently import scripted commandsJonas Devlieghere
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2021-02-08Reland "[lldb] Make CommandInterpreter's execution context the same as debugg...Tatyana Krasnukha
2020-12-23[lldb] Refactor and simplify GetCommandSPExact interfaceJonas Devlieghere
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-10-27[lldb] Support Python imports relative the to the current file being sourcedJonas Devlieghere