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

Vedant Kumar via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 15 17:00:48 PDT 2021


vsk added inline comments.


================
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):
----------------
jasonmolenda wrote:
> also not supported on armv7k.
Thanks. I'll fix this before landing the patch (eta tomorrow morning).


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