[Lldb-commits] [PATCH] D109795: [MachCore] Report arm64 thread exception state
Vedant Kumar via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 16 11:21:49 PDT 2021
vsk updated this revision to Diff 373014.
vsk added a comment.
- Limit testing to arm64/arm64e only.
- Set a stop reason for crashing threads only (and not for threads waiting on a syscall to finish).
- Use @jasonmolenda's multi-threaded test case; make sure we only select the crashing thread.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109795/new/
https://reviews.llvm.org/D109795
Files:
lldb/include/lldb/Target/AppleArm64ExceptionClass.def
lldb/include/lldb/Target/AppleArm64ExceptionClass.h
lldb/include/lldb/module.modulemap
lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
lldb/source/Plugins/Process/mach-core/ThreadMachCore.cpp
lldb/test/API/macosx/corefile-exception-reason/Makefile
lldb/test/API/macosx/corefile-exception-reason/TestCorefileExceptionReason.py
lldb/test/API/macosx/corefile-exception-reason/main.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109795.373014.patch
Type: text/x-patch
Size: 11788 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210916/af47e0d0/attachment.bin>
More information about the lldb-commits
mailing list