[Lldb-commits] [lldb] Support single stopped event in lldb-dap (PR #98568)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 12 08:55:34 PDT 2024
jimingham wrote:
What is going to happen in this mode if I have 5 threads stop at breakpoints, and each have a breakpoint command that prints "I hit breakpoint X on thread Y". I'll see that in the console for all the threads that hit breakpoints. But what will I see when I look at the stop reasons for all those other threads I know must have stopped?
https://github.com/llvm/llvm-project/pull/98568
More information about the lldb-commits
mailing list