llvm-capstone/lldb/packages/Python/lldbsuite
Walter Erquinigo aa207674f9
[lldb-dap] Implement command directives (#74808)
This adds support for optionally prefixing any command with `?` and/or
`!`.
- `?` prevents the output of a commands to be printed to the console
unless it fails.
- `!` aborts the dap if the command fails.

They come in handy when programmatically running commands on behalf of
the user without wanting them to know unless they fail, or when a
critical setup is required as part of launchCommands and it's better to
abort on failures than to silently skip.
2023-12-14 15:04:35 -05:00
..
support [lldb] Remove use of __future__ in python 2023-08-14 14:14:48 -07:00
test [lldb-dap] Implement command directives (#74808) 2023-12-14 15:04:35 -05:00
test_event [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
__init__.py [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00