[Lldb-commits] [lldb] [RFC][lldb-dap] Always stop on enrty for attaching (PR #134339)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 4 10:04:04 PDT 2025
JDevlieghere wrote:
Reading the description, it seems like the third option would be the right one:
```
3. Improve the run lock. This is a synchronize issue where process was in the middle of resuming while lldb-dap attempts to interrupt it.
```
and this patch is working around that while and breaking existing behavior in the process. What would it take to go with (3)?
https://github.com/llvm/llvm-project/pull/134339
More information about the lldb-commits
mailing list