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