aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files.arm64
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2015-07-31 15:32:32 +0000
committerAndrew Turner <andrew@FreeBSD.org>2015-07-31 15:32:32 +0000
commit176739d3f59651f36a5b6b79b9d9dd3ccea68a59 (patch)
tree85141915777ace55bad63c019d5e536d42cb8a6b /sys/conf/files.arm64
parent45e1c1a38ddd03e64a8913aac6080d55a30b4adc (diff)
downloadsrc-176739d3f59651f36a5b6b79b9d9dd3ccea68a59.tar.gz
src-176739d3f59651f36a5b6b79b9d9dd3ccea68a59.zip
Load the stack in stack_save and stack_save_td. This uses the generalised
unwind_frame function to read each stack frame until either the pc or stack are no longer withing the kernel's address space. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=286133
Diffstat (limited to 'sys/conf/files.arm64')
-rw-r--r--sys/conf/files.arm644
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64
index a26d95acb67a..6a8c9661a6a4 100644
--- a/sys/conf/files.arm64
+++ b/sys/conf/files.arm64
@@ -40,14 +40,14 @@ arm64/arm64/mp_machdep.c optional smp
arm64/arm64/nexus.c standard
arm64/arm64/pic_if.m standard
arm64/arm64/pmap.c standard
-arm64/arm64/stack_machdep.c standard
+arm64/arm64/stack_machdep.c optional ddb | stack
arm64/arm64/support.S standard
arm64/arm64/swtch.S standard
arm64/arm64/sys_machdep.c standard
arm64/arm64/trap.c standard
arm64/arm64/uio_machdep.c standard
arm64/arm64/uma_machdep.c standard
-arm64/arm64/unwind.c optional ddb | kdtrace_hooks
+arm64/arm64/unwind.c optional ddb | kdtrace_hooks | stack
arm64/arm64/vfp.c standard
arm64/arm64/vm_machdep.c standard
crypto/blowfish/bf_enc.c optional crypto | ipsec