Module Name: src Committed By: christos Date: Thu Jul 19 18:27:26 UTC 2018
Modified Files: src/sys/arch/aarch64/aarch64: fault.c trap.c src/sys/arch/aarch64/include: machdep.h Log Message: Implement TRAP_SIGDEBUG for aarch64... ptraced programs die with: data_abort_handler, 257: pid 199.1 (a.out): signal 11 (trap 0x82000006) @pc 0, addr 0x0, error=Instruction Abort (EL0) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/aarch64/aarch64/fault.c cvs rdiff -u -r1.5 -r1.6 src/sys/arch/aarch64/aarch64/trap.c cvs rdiff -u -r1.2 -r1.3 src/sys/arch/aarch64/include/machdep.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.