[Lldb-commits] [lldb] [lldb] Correctly annotate threads at a bp site as hitting it (PR #82709)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 23 09:31:54 PST 2024
================
@@ -1722,6 +1742,8 @@ ThreadSP ProcessGDBRemote::SetThreadStopInfo(
} else {
bool handled = false;
bool did_exec = false;
+ if (reason == "none")
----------------
jimingham wrote:
This definitely needs a comment, or maybe somewhere else saying that none == empty, so we always convert none to empty.
https://github.com/llvm/llvm-project/pull/82709
More information about the lldb-commits
mailing list