[Lldb-commits] [lldb] Make breakpoint stop reason more accurate for function breakpoints (PR #130841)

Jacob Lalonde via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 14 09:34:48 PDT 2025


================
@@ -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 =
----------------
Jlalond wrote:

Nit, const?

(I feel like Miro!)

https://github.com/llvm/llvm-project/pull/130841


More information about the lldb-commits mailing list