[Lldb-commits] [PATCH] D99944: [LLDB] AArch64 Linux and elf-core PAC stack unwinder support
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed May 19 03:51:40 PDT 2021
DavidSpickett requested changes to this revision.
DavidSpickett added a comment.
This revision now requires changes to proceed.
Realised that you've got an empty program file and no core file. I compiled main.c with:
$ aarch64-unknown-linux-gnu-gcc -g -march=armv8.3-a -mbranch-protection=pac-ret+leaf main.c -o linux-aarch64-pac.out -nostdlib -static
Then generated a core dump in qemu and after fixing up the PID it works as expected.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99944/new/
https://reviews.llvm.org/D99944
More information about the lldb-commits
mailing list