aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/CommandObject.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-29[LLDB] [NFC] - Remove duplicate #include headers from the files of lldb dir &...Akash Agrawal1-1/+0
2025-05-04[lldb] Remove unused local variables (NFC) (#138457)Kazu Hirata1-3/+0
2025-01-31[lldb] Use llvm::Error instead of CommandReturnObject for error reporting (#1...Jonas Devlieghere1-7/+14
2025-01-30[lldb] Remove another unused CommandReturnObject variable (NFC)Jonas Devlieghere1-1/+0
2024-10-11Support inline diagnostics in CommandReturnObject (#110901)Adrian Prantl1-10/+1
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl1-1/+1
2024-07-31[lldb] Unify the way we get the Target in CommandObject (#101208)Jonas Devlieghere1-11/+17
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham1-8/+31
2024-02-20Add the RegisterCompleter to eArgTypeRegisterName in g_argument_table (#82428)jimingham1-0/+37
2024-02-19Revert "Centralize the handling of completion for simple argument lists. (#82...Shubham Sandeep Rastogi1-37/+0
2024-02-19Centralize the handling of completion for simple argument lists. (#82085)jimingham1-0/+37
2024-02-13Add the ability to define a Python based command that uses CommandObjectParse...jimingham1-0/+17
2024-02-05Add commands frequency to statistics dump (#80375)jeffreytan811-0/+1
2023-10-25[lldb] Part 1 of 2 - Refactor `CommandObject::Execute(...)` return `void` (no...Pete Lawrence1-7/+5
2023-05-04[lldb] Move Core/FileSpecList -> Utility/FileSpecList (NFC)Jonas Devlieghere1-1/+1
2023-03-24Fix backtick handling in parsed commands.Jim Ingham1-4/+8
2022-09-14Revert "Revert "Be more careful to maintain quoting information when parsing ...Jim Ingham1-1/+1
2022-09-13Revert "Be more careful to maintain quoting information when parsing commands."Jim Ingham1-1/+1
2022-09-13Be more careful to maintain quoting information when parsing commands.Jim Ingham1-1/+1
2022-08-24[LLDB] Clean up after command failsZequan Wu1-0/+1
2022-07-14[lldb] Print the enum values and their description in the help outputJonas Devlieghere1-1/+21
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere1-407/+9
2022-07-12[lldb] Make the g_arguments_data constexpr and fix the static assertJonas Devlieghere1-10/+11
2022-06-27Have CommandObjectParsed check for "commands that take no arguments".Jim Ingham1-0/+9
2022-06-24[lldb] Add support for specifying a log handlerJonas Devlieghere1-1/+2
2022-05-16[lldb][NFC] Make cmd a reference in GenerateOptionUsageDavid Spickett1-3/+3
2021-11-26[lldb] Fix 'memory write' to not allow specifying values when writing file co...Venkata Ramanaiah Nalamothu1-0/+3
2021-10-18Add a "command container" hierarchy to allow users to add container nodes.Jim Ingham1-1/+1
2021-06-25[lldb] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö1-4/+4
2021-06-23[lldb] Remove CommandReturnObject's SetError(StringRef)David Spickett1-1/+1
2021-06-22[lldb] Remove more redundant SetStatus(eReturnStatusFailed)David Spickett1-4/+0
2021-06-20Add a corefile style option to process save-core; skinny corefilesJason Molenda1-1/+2
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann1-2/+2
2021-02-28[lldb/Interpreter][NFC] Remove explicit default initialization of members and...Tatyana Krasnukha1-2/+1
2021-02-28[lldb/Interpreter][NFC] Replace default constructors/destructors bodies with ...Tatyana Krasnukha1-2/+0
2020-11-18[trace][intel-pt] Scaffold the 'thread trace start | stop' commandsWalter Erquinigo1-0/+9
2020-11-09[lldb] Make GetSelectedOrDummyTarget return the target by reference (NFC)Jonas Devlieghere1-2/+2
2020-08-24[lldb] type category name common completionGongyu Deng1-1/+1
2020-08-24[lldb] common completion for process pids and process namesGongyu Deng1-2/+2
2020-08-20[lldb] tab completion for breakpoint namesGongyu Deng1-1/+1
2020-08-11[lldb] tab completion for `target modules load -u`Gongyu Deng1-1/+2
2020-08-11[lldb] move the frame index completion into a common completion and apply it ...Gongyu Deng1-1/+1
2020-08-11[lldb] type language common completionGongyu Deng1-1/+1
2020-08-11[lldb] tab completion for `disassemble -F`Gongyu Deng1-1/+1
2020-07-20Add an option (-y) to "break set" and "source list" that uses the sameJim Ingham1-0/+1
2020-06-15[lldb] Remove indentation before help output.Jonas Devlieghere1-4/+3
2020-06-12[lldb] Remove unnecessary c_str() in OutputFormattedHelpText calls (NFC)Jonas Devlieghere1-4/+3
2020-06-09[lldb/Interpreter] Support color in CommandReturnObjectJonas Devlieghere1-1/+1
2020-05-27[lldb] Tab completion for process plugin nameGongyu Deng1-1/+1
2020-05-27[lldb] Fix a potential bug that may cause assert failure in CommandObject::Ch...Raphael Isemann1-2/+2