Home | History | Annotate | Download | only in arch
History log of /src/usr.sbin/crash/arch/aarch64.c
RevisionDateAuthorComments
 1.2  07-Jun-2022  ryo On aarch64, ddb backtrace can be performed without framepointer by specifying
the /s modifier to the ddb trace command (trace/s, bt/s).
The default is trace with framepointer (same as before).

This allows backtracing even on kernels compiled with -fomit-frame-pointer.
 1.1  02-Jun-2022  ryo tidy up backtrace from crash(9) on aarch64

- fix to dump trapframe when backtracing from crash(8).
- use db_read_bytes() when reading kernel memory.

RSS XML Feed