[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 14:49:00 PDT 2021


vsk updated this revision to Diff 372809.
vsk marked 3 inline comments as done.
vsk added a comment.

Address review feedback:

- Include far register in output, which now looks like e.g.:

  (lldb) bt all
  * thread #1, stop reason = ESR_EC_DABORT_EL0 (fault address: 0x6261747563657860)
    * frame #0: 0x00000001aa5c2864 libsystem_platform.dylib`_platform_strlen + 4



- Include note that the exception class list can/does contain some Apple-specific classes, but that it's largely 1:1 with the ARM spec.


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/Process/mach-core/ThreadMachCore.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109795.372809.patch
Type: text/x-patch
Size: 7400 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210915/130e331e/attachment.bin>


More information about the lldb-commits mailing list