aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/arm/stack_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Reimplement stack capture of running threads on i386 and amd64.Mark Johnston2020-01-311-14/+11
* When doing ARM stack unwinding as part of stack_save(9), do not searchIan Lepore2019-11-241-1/+1
* Rewrite arm/stack_machdep.c for EABI; add stack(9) support to arm kernels.Ian Lepore2019-11-141-39/+39
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Stop including sys/types.h from arm's machine/atomic.h, fix the placesIan Lepore2017-02-111-1/+1
* Add stack_save_td_running(), a function to trace the kernel stack of aMark Johnston2015-09-111-0/+7
* Remove __ARM_EABI__ from sys/arm/arm, building for oabi is unsupported.Andrew Turner2015-06-011-10/+0
* Cleanup up ARM *frame structures...Ian Lepore2014-12-241-1/+1
* Try to make sure the frame is indeed in the kernel memory.Olivier Houchard2013-10-221-1/+4
* Add a comment explaining why stack_capture is empty for EABI and clang.Andrew Turner2013-05-191-0/+12
* Don't use the old stack-walking code withTim Kientzle2013-05-111-4/+5
* Break out stack(9) from ddb(4):Robert Watson2007-12-021-0/+76