Searched refs:PTRACE_ARCH_PRCTL (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/ |
H A D | linux-x86-64-low.c | 46 #ifndef PTRACE_ARCH_PRCTL 47 #define PTRACE_ARCH_PRCTL 30 macro 79 if (ptrace (PTRACE_ARCH_PRCTL, lwpid, base, ARCH_GET_FS) == 0) in ps_get_thread_area() 83 if (ptrace (PTRACE_ARCH_PRCTL, lwpid, base, ARCH_GET_GS) == 0) in ps_get_thread_area()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | amd64-linux-nat.c | 338 #ifndef PTRACE_ARCH_PRCTL in ps_get_thread_area() 339 #define PTRACE_ARCH_PRCTL 30 in ps_get_thread_area() macro 348 if (ptrace (PTRACE_ARCH_PRCTL, lwpid, base, ARCH_GET_FS) == 0) in ps_get_thread_area() 352 if (ptrace (PTRACE_ARCH_PRCTL, lwpid, base, ARCH_GET_GS) == 0) in ps_get_thread_area()
|
/openbsd/gnu/llvm/lldb/include/lldb/Host/linux/ |
H A D | Ptrace.h | 44 #ifndef PTRACE_ARCH_PRCTL 45 #define PTRACE_ARCH_PRCTL 30 macro
|