aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/command/script
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
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 Devlieghere11-140/+172
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-08-15[LLDB] Remove __future__ imports from testsDavid Spickett8-19/+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 Lee3-6/+0
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-10-18Add a "command container" hierarchy to allow users to add container nodes.Jim Ingham1-1/+1
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere1-1/+0
2020-05-27[lldb/Reproducers] Differentiate active and passive replay unexpected packet.Jonas Devlieghere1-1/+1
2020-04-21[lldb/Test] Add skipIfReproducer for tests that diverge during replayJonas Devlieghere1-0/+1
2020-02-20[lldb] Remove license headers from all test source filesRaphael Isemann1-8/+0
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht25-0/+646