================
@@ -678,7 +678,7 @@ llvm::json::Value CreateThreadStopped(DAP &dap,
lldb::SBThread &thread,
} break;
case lldb::eStopReasonWatchpoint:
case lldb::eStopReasonInstrumentation:
- body.try_emplace("reason", "breakpoint");
+ body.try_emplace("reason", "data breakpoint");
----------------
da-viper wrote:
the data breakpoint reason should only apply to `eStopReasonWatchpoint`
we should also append the `description` and `hitBreakpointIds` see the case
`eStopReasonBreakpoint` above.
https://github.com/llvm/llvm-project/pull/167237
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits