diff options
author | Walter Erquinigo <a20012251@gmail.com> | 2023-12-14 15:04:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-14 15:04:35 -0500 |
commit | aa207674f9e6caf5bc29c1b4925183a398382d6f (patch) | |
tree | 6287b0441d82f33778c8fb4e61e0f459eeef8e40 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 68ea91dd8b506764c0a89e9220cfcefcf3790973 (diff) | |
download | llvm-aa207674f9e6caf5bc29c1b4925183a398382d6f.zip llvm-aa207674f9e6caf5bc29c1b4925183a398382d6f.tar.gz llvm-aa207674f9e6caf5bc29c1b4925183a398382d6f.tar.bz2 |
[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.
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions