[Lldb-commits] [lldb] [lldb] Change lldb's breakpoint handling behavior (PR #96260)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 12 11:51:54 PDT 2024
================
@@ -633,171 +613,142 @@ StopInfoSP StopInfoMachException::CreateStopReasonWithMachException(
}
break;
+ // [exc_type, exc_code, exc_sub_code, exc_sub_sub_code]
----------------
jimingham wrote:
This table is great, but it deserves a line saying what it is.
https://github.com/llvm/llvm-project/pull/96260
More information about the lldb-commits
mailing list