CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/02/17 10:16:04
Modified files:
sys/arch/arm64/arm64: db_interface.c db_trace.c
Log message:
Implement DDB backtrace support. In addition to the actual tracing,
clean up a few address types from int to vaddr_t, implement 8 byte
reads and remove the unused db_fetch_reg() function.
>From Dale Rahn
