[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 15:46:10 PDT 2021
vsk added a comment.
FTR, I was able to write a test using `process save-core`, but even with `-s dirty` this is generating gigabytes of data and would presumably be super-flaky on the bots.
I also tried `-s stack`, but for the test program I passed in (just some 2-line .c file that dereferences NULL), `process save-core -s stack ...` generated an invalid .core with no sections, and lldb couldn't parse it.
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