summaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/command
AgeCommit message (Expand)Author
2025-09-10Make flag-only options work in the ParsedCommand mode of adding commands (#15...jimingham
2025-09-04[lldb] Correct style of error messages (#156774)Jonas Devlieghere
2025-06-26[lldb][test] Remove debug code from TestCommandScriptAlias.pyDavid Spickett
2025-06-25[lldb] Fix qEcho message handling. (#145675)eleviant
2025-05-28[lldb] Run TestFrameLanguageCommands.py only on Darwin (#141866)Dave Lee
2025-05-28[lldb] Fix TestFrameLanguageCommands.py build (#141829)Dave Lee
2025-05-28[lldb] Expose language plugin commands based based on language of current fra...Dave Lee
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima
2024-09-24Add the ability to define custom completers to the parsed_cmd template. (#109...jimingham
2024-07-03Add the ability for Script based commands to specify their "repeat command" (...jimingham
2024-06-26[lldb] fix(lldb/**.py): fix comparison to True/False (#94039)Eisuke Kawashima
2024-02-28Fix interactive use of "command script add". (#83350)jimingham
2024-02-15[lldb] Fix Python test formatting (NFC)Jonas Devlieghere
2024-02-13Move the parsed_cmd conversion def's to module level functions.Jim Ingham
2024-02-13Temporarily skip this test for Python 3.9.Jim Ingham
2024-02-13Used std::vector::reserve when I meant std::vector::resize.Jim Ingham
2024-02-13Temporarily disable the TestAddParsedCommand.py while I figure outJim Ingham
2024-02-13Add the ability to define a Python based command that uses CommandObjectParse...jimingham
2023-12-21[lldb] Add actionable feedback when overwriting a command fails (#76030)Felipe de Azevedo Piovezan
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-05-08[lldb] Prevent mutation of CommandAlias::GetOptionArgumentsDave Lee
2023-03-24Don't expect what newlines look like - never works on Windows.Jim Ingham
2023-03-24Fix backtick handling in parsed commands.Jim Ingham
2023-02-28Fix typos in the test command for D144929Jim Ingham
2023-02-28Add SBCommandInterpreter::UserCommandExists parallel to CommandExists.Jim Ingham
2023-02-14Report a useful error when someone passes an incorrect python class name.Jim Ingham
2022-11-09Handle aliasing a non-top-level command.Jim Ingham
2022-09-14Revert "Revert "Be more careful to maintain quoting information when parsing ...Jim Ingham
2022-09-13Revert "Be more careful to maintain quoting information when parsing commands."Jim Ingham
2022-09-13Be more careful to maintain quoting information when parsing commands.Jim Ingham
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett
2022-08-11[lldb] Remove uses of six module (NFC)Dave Lee
2022-07-18When the module path for `command script import` is invalid, echo the path.Jim Ingham
2022-06-30Fix TestCommandScript.py for Arm/WindowsMuhammad Omair Javaid
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-04-05Fix a mistyping introduced with the new container command.Jim Ingham
2022-03-31Add a setting to not require --overwrite to overwrite commands.Jim Ingham
2022-01-21[lldb] Allow aliases to aliases of raw input commandsDave Lee
2022-01-09[lldb] Compute fully qualified command names in FindCommandsForAproposDave Lee
2022-01-04[lldb/python] Fix dangling Event and CommandReturnObject referencesPavel Labath
2021-12-20[lldb/python] Fix (some) dangling pointers in our glue codePavel Labath
2021-11-17[lldb/test] Added lldbutil function to test a breakpointSYNOPSYS\georgiev
2021-10-18Add a "command container" hierarchy to allow users to add container nodes.Jim Ingham
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere
2021-09-29Add the --relative-to-command-file to "command source" so you canJim Ingham
2021-07-27Fix a thinko in the parsing of substitutions in CommandObjectRegexCommand.Jim Ingham
2020-11-10[lldb] [test] Rename '.categories' to 'categories'Michał Górny
2020-07-23[lldb/interpreter] Move the history subcommand to session (NFCI)Med Ismail Bennani
2020-05-27[lldb/Reproducers] Differentiate active and passive replay unexpected packet.Jonas Devlieghere
2020-04-21[lldb/Test] Add skipIfReproducer for tests that diverge during replayJonas Devlieghere