================
@@ -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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to