]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Export a breakpoint() function to userland for arm and arm64.
authorjhb <jhb@FreeBSD.org>
Fri, 6 Jul 2018 23:49:17 +0000 (23:49 +0000)
committerjhb <jhb@FreeBSD.org>
Fri, 6 Jul 2018 23:49:17 +0000 (23:49 +0000)
commit465d5a960efb8580e1607a345d834375717043da
tree53183eb72bceb29963f7ca9d4919d66096846861
parente38a7dec6fdbbccd1163de1d3464f661c1f6b9e7
Export a breakpoint() function to userland for arm and arm64.

Enable ptrace() tests using breakpoint() on these architectures.

Reviewed by: andrew
Differential Revision: https://reviews.freebsd.org/D15191
sys/arm/include/cpufunc.h
sys/arm64/include/cpufunc.h
tests/sys/kern/ptrace_test.c