[Lldb-commits] [lldb] [lldb] Detect a Darwin kernel issue and work around it (PR #81573)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 13 10:39:43 PST 2024
================
@@ -825,6 +806,56 @@ StopInfoSP StopInfoMachException::CreateStopReasonWithMachException(
break;
}
- return StopInfoSP(new StopInfoMachException(thread, exc_type, exc_data_count,
- exc_code, exc_sub_code));
+ return StopInfoSP(new StopInfoMachException(
----------------
bulbazord wrote:
Since you're already here: `make_shared`? 😄
https://github.com/llvm/llvm-project/pull/81573
More information about the lldb-commits
mailing list