[Lldb-commits] [lldb] [lldb-dap] Including more detailed exception information. (PR #176273)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 16 11:14:35 PST 2026
================
@@ -64,4 +66,49 @@ llvm::json::Value toJSON(const MemoryEventBody &MEB) {
{"count", MEB.count}};
}
+static llvm::json::Value toJSON(const StopReason &SR) {
----------------
ashgti wrote:
It should be referenced by line 96, when compiling I don't get any warnings but clangd seems to think its not used when editing...
https://github.com/llvm/llvm-project/pull/176273
More information about the lldb-commits
mailing list