[Lldb-commits] [PATCH] D145377: [LLDB] Show sub type of memory tagging SEGV when reading a core file

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 8 02:17:27 PST 2023


DavidSpickett added a comment.

This should build anywhere now.

I looked at `thread siginfo` and I see what you mean, but it'll take me some time to confirm exactly how much of siginfo is in the core file. I did get it to work using the full type, but I'm pretty sure some of the values were invalid.

Now I'm looking at replacing the CrashReason code with UnixSignals. Perhaps it can learn to append fault addresses and bounds.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145377



More information about the lldb-commits mailing list