[Lldb-commits] [lldb] [lldb-dap] Creating an API for sending custom dap events from lldb-dap. (PR #112384)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 15 17:54:09 PDT 2024
================
@@ -290,6 +290,30 @@ The initial repl-mode can be configured with the cli flag `--repl-mode=<mode>`
and may also be adjusted at runtime using the lldb command
`lldb-dap repl-mode <mode>`.
+#### `lldb-dap custom-event`
----------------
ashgti wrote:
Renamed the event to `lldb-dap send-event` and added a check to prevent this from sending some internal events that should be handled by lldb-dap itself.
https://github.com/llvm/llvm-project/pull/112384
More information about the lldb-commits
mailing list