Home
last modified time | relevance | path

Searched refs:PTRACE_GETREGSET (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/bionic/
Dsys_thread_properties.cpp96 if (ptrace(PTRACE_GETREGSET, tid, NT_PRSTATUS, &pt_iov) == 0) { in __get_bionic_tcb_for_thread()
109 if (ptrace(PTRACE_GETREGSET, tid, NT_ARM_TLS, &pt_iov) == 0) { in __get_bionic_tcb_for_thread()
/bionic/libc/kernel/uapi/linux/
Dptrace.h39 #define PTRACE_GETREGSET 0x4204 macro
/bionic/tests/
Dsys_ptrace_test.cpp91 long result = ptrace(PTRACE_GETREGSET, child, in check_hw_feature_supported()
/bionic/docs/
Delf-tls.md443 * arm64: `PTRACE_GETREGSET`, `NT_ARM_TLS`