[Lldb-commits] [lldb] [lldb] Define breakpoint location "." to mean the location(s) at which the current thread is stopped (PR #194272)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 28 14:03:20 PDT 2026
https://github.com/jimingham approved this pull request.
LGTM
I'm on the fence about checking the StopInfo kind in LocationIDForStop. You only call it in one place, and that already checks before passing in here.
This is fine with or without that.
https://github.com/llvm/llvm-project/pull/194272
More information about the lldb-commits
mailing list