aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/arm64/unwind.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-1/+0
* Check alignment of fp in unwind_frameDapeng Gao2022-11-161-1/+2
* Revert "Check alignment of fp in unwind_frame"Andrew Turner2022-11-151-2/+1
* Check alignment of fp in unwind_frameDapeng Gao2022-11-151-1/+2
* Add arm64 pointer authentication supportAndrew Turner2022-01-121-1/+1
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-081-1/+0
* arm64: Improve DDB backtrace supportJessica Clarke2021-02-011-1/+0
* Check that the frame pointer is within the current stack.John Baldwin2020-12-081-5/+7
* Use uintptr_t instead of uint64_t for pointers in stack frames.John Baldwin2020-12-011-4/+4
* Check the frame pointer is within the kernel before accessing it.Andrew Turner2015-08-241-1/+2
* Split out db_unwind_frame() so it can be used by DTrace.Ruslan Bukin2015-06-111-0/+52