================
@@ -962,28 +962,43 @@ llvm::json::Value CreateThreadStopped(DAP &dap, 
lldb::SBThread &thread,
     body.try_emplace("reason", "step");
     break;
   case lldb::eStopReasonBreakpoint: {
-    ExceptionBreakpoint *exc_bp = dap.GetExceptionBPFromStopReason(thread);
+    ExceptionBreakpoint *exc_bp =
----------------
satyajanga wrote:

changed it.

https://github.com/llvm/llvm-project/pull/130841
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to