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