summaryrefslogtreecommitdiff
path: root/sys/arm/include/stack.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-02-02kstack_contains(): account for struct pcb on stackKonstantin Belousov
2023-02-02Move kstack_contains() and GET_STACK_USAGE() to MD machine/stack.hKonstantin Belousov
2019-12-15Rewrite arm kernel stack unwind code to work when unwinding through modules.Ian Lepore
2015-02-19Allow the ARM unwinder to work through modules. This will be used to addAndrew Turner
2015-02-17Pull the ARM ddb unwind code out to a new file. This will allow it to beAndrew Turner
2012-06-13trim trailing whitespaceWarner Losh
2007-12-02Break out stack(9) from ddb(4):Robert Watson