[Lldb-commits] [lldb] Make breakpoint stop reason more accurate for function breakpoints (PR #130841)
via lldb-commits
lldb-commits at lists.llvm.org
Sat Mar 15 23:23:09 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 =
----------------
satyajanga wrote:
changed it.
https://github.com/llvm/llvm-project/pull/130841
More information about the lldb-commits
mailing list