[Lldb-commits] [lldb] [lldb-dap] Listen for broadcast classes. (PR #140142)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Fri May 16 09:54:18 PDT 2025
ashgti wrote:
Okay, to summarize my previous comment, I think we could address this in the following ways:
1. Listen for the broadcast class instead of a specific broadcaster. The downside here is we may see events for targets/processes we're not directly interested in.
1. In the setBreakpoint (and friends) functions, delay actually setting the breakpoint until after configuration. The downside here is the added complexity to our startup flow.
1. After `launchCommands`/`attachCommands`, check the existing breakpoints and update the state. The downside here is ensuring we've correctly checked all stateful values after the launch is complete.
https://github.com/llvm/llvm-project/pull/140142
More information about the lldb-commits
mailing list