userland/arch/aarch64/dump_regs.c

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-06-03 01:00:00 +00:00
parent 1341df0682
commit ed369cd57e
3 changed files with 20 additions and 1 deletions

View File

@@ -9300,8 +9300,10 @@ Converting `arch/*` images to `vmlinux` is possible in theory x86 with https://g
The following kernel modules and <<baremetal>> executables dump and disassemble various registers which cannot be observed from userland (usually "system registers", "control registers"):
* link:kernel_modules/dump_regs.c[]
* link:baremetal/arch/aarch64/dump_regs.c[]
* link:userland/arch/arm/dump_regs.c[]
* link:userland/arch/aarch64/dump_regs.c[]
* link:baremetal/arch/arm/dump_regs.c[]
* link:baremetal/arch/aarch64/dump_regs.c[]
Some of those programs are using: