[Lldb-commits] [lldb] [lldb] Interpret breakpoint-id "." as the location(s) of the current stop (PR #194272)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 27 11:53:45 PDT 2026
jimingham wrote:
If you want to do what you say you are doing, then you'd scan the threads, find all the threads that are stopped at breakpoints, and operate on all of them.
https://github.com/llvm/llvm-project/pull/194272
More information about the lldb-commits
mailing list