[Lldb-commits] [lldb] [RFC][lldb-dap] Always stop on enrty for attaching (PR #134339)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 8 10:10:03 PDT 2025
jimingham wrote:
That code has been there at least since the dread reformatting.
I have no idea why past one of us thought it was a good idea to return the previous number of threads or the old thread list when you weren't stopped. We don't do that with most anything else you ask about threads, and I can't think of any way that would be useful.
Whatever we do with DAP, we should stop doing this in SBThread...
https://github.com/llvm/llvm-project/pull/134339
More information about the lldb-commits
mailing list