peadar / pstack

Print stack traces from running processes, or core files. Supports aarch64, x86_64, and i386
BSD 2-Clause "Simplified" License
128 stars 30 forks source link

hdbg arm64 implementation proposal. #19

Open devnexen opened 1 year ago

devnexen commented 1 year ago

x29 is the frame pointer register on arm64, we store them respectively using temporary vars. note arm32 needs its own version.