[Lldb-commits] [lldb] [lldb] Change lldb's breakpoint handling behavior (PR #96260)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 12 15:42:04 PDT 2024
================
@@ -229,6 +229,17 @@ bool ScriptedThread::CalculateStopInfo() {
LLVM_PRETTY_FUNCTION, "Failed to get scripted thread stop info.", error,
LLDBLog::Thread);
+ // If we're at a BreakpointSite, mark that we stopped there and
----------------
jimingham wrote:
Is this the code that's doing what the:
} else if (!signo) {
}
branch at 1883 in the old code was doing?
https://github.com/llvm/llvm-project/pull/96260
More information about the lldb-commits
mailing list