[Lldb-commits] [PATCH] D109795: [MachCore] Report arm64 thread exception state

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 15 16:43:37 PDT 2021


jasonmolenda added a comment.

very nice.



================
Comment at: lldb/test/API/macosx/corefile-exception-reason/TestCorefileExceptionReason.py:19
+    @skipUnlessDarwin
+    @skipIf(archs=['i386','x86_64']) # exception codes not yet supported for Intel macs
+    def test(self):
----------------
also not supported on armv7k.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109795/new/

https://reviews.llvm.org/D109795



More information about the lldb-commits mailing list