Home
last modified time | relevance | path

Searched refs:NT_PRSTATUS (Results 1 – 25 of 28) sorted by relevance

12

/external/ltrace/sysdeps/linux-gnu/metag/
Dregs.c39 if (ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, (long)&iov)) in get_instruction_pointer()
53 if (ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, (long)&iov)) in set_instruction_pointer()
60 ptrace(PTRACE_SETREGSET, proc->pid, NT_PRSTATUS, (long)&iov); in set_instruction_pointer()
71 if (ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, (long)&iov)) in get_stack_pointer()
85 if (ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, (long)&iov)) in get_return_addr()
Dtrace.c84 if (ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, in syscall_p()
191 NT_PRSTATUS, (long)&iov)) in metag_next_pcs()
213 NT_PRSTATUS, (long)&iov)) in metag_next_pcs()
260 NT_PRSTATUS, (long)&iov)) in metag_next_pcs()
286 NT_PRSTATUS, (long)&iov)) in metag_next_pcs()
404 if (ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, (long)&iov)) in gimme_arg()
/external/google-breakpad/src/common/android/include/
Delf.h140 #if !defined(NT_PRSTATUS)
141 #define NT_PRSTATUS 1 macro
/external/strace/xlat/
Dnt_descriptor_types.h11 #if defined(NT_PRSTATUS) || (defined(HAVE_DECL_NT_PRSTATUS) && HAVE_DECL_NT_PRSTATUS)
12 XLAT(NT_PRSTATUS),
Dnt_descriptor_types.in1 NT_PRSTATUS
/external/ltrace/sysdeps/linux-gnu/aarch64/
Dregs.c40 return ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, &iovec) < 0 in aarch64_read_gregs()
50 return ptrace(PTRACE_SETREGSET, proc->pid, NT_PRSTATUS, &iovec) < 0 in aarch64_write_gregs()
/external/compiler-rt/test/asan/TestCases/Linux/
Dptrace.cc86 # define __PTRACE_ARGS (void*)NT_PRSTATUS, (void*)&regset_io in main()
102 # define __PTRACE_FPARGS (void*)NT_PRSTATUS, (void*)&regset_io in main()
/external/elfutils/backends/
Daarch64_initreg.c63 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in aarch64_set_initial_registers_tid()
Darm_initreg.c78 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in arm_set_initial_registers_tid()
Dlinux-core-note.c246 case NT_PRSTATUS: in EBLHOOK()
/external/valgrind/memcheck/tests/linux/
Dgetregset.c65 if (ptrace(0x4204, cpid, NT_PRSTATUS, &iov) == -1) in main()
/external/libunwind/src/ptrace/
D_UPT_access_reg.c374 if (ptrace(PTRACE_GETREGSET, pid, (void*)NT_PRSTATUS, (void*)&io) == -1) in _UPT_access_reg()
386 if (ptrace(PTRACE_SETREGSET, pid, (void*)NT_PRSTATUS, (void*)&io) == -1) in _UPT_access_reg()
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dptrace.cc81 res = ptrace(PTRACE_GETREGSET, pid, (void*)NT_PRSTATUS, (void*)&regset_io); in main()
/external/libunwind/src/coredump/
D_UCD_create.c233 if (note_hdr->n_type == NT_PRSTATUS) in _UCD_create()
246 if (note_hdr->n_type == NT_PRSTATUS) in _UCD_create()
/external/strace/
Dsyscall.c61 #ifndef NT_PRSTATUS
62 # define NT_PRSTATUS 1 macro
1227 return ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, in get_regset()
1235 return ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, &io); in get_regset()
/external/elfutils/libdwfl/
Dlinux-core-attach.c145 if (nhdr.n_type != NT_PRSTATUS) in core_next_thread()
196 assert (nhdr.n_type == NT_PRSTATUS); in core_set_initial_registers()
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_core_dumper.cc180 case NT_PRSTATUS: { in EnumerateThreads()
Dlinux_ptrace_dumper.cc195 if (sys_ptrace(PTRACE_GETREGSET, tid, (void*)NT_PRSTATUS, (void*)&io) == -1) { in GetThreadInfoByIndex()
/external/google-breakpad/src/common/linux/
Delf_core_dump_unittest.cc211 case NT_PRSTATUS: { in TEST()
/external/kernel-headers/original/uapi/linux/
Delf.h367 #define NT_PRSTATUS 1 macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc492 (void*)NT_PRSTATUS, (void*)&regset_io), in GetRegistersAndSP()
/external/valgrind/coregrind/
Dvgdb-invoker-ptrace.c572 res = ptrace (PTRACE_GETREGSET, pid, NT_PRSTATUS, &iovec); in getregs()
687 res = ptrace (PTRACE_SETREGSET, pid, NT_PRSTATUS, &iovec); in setregs()
/external/valgrind/coregrind/m_coredump/
Dcoredump-elf.c562 add_note(notelist, "CORE", NT_PRSTATUS, &prstatus, sizeof(prstatus)); in dump_one_thread()
/external/valgrind/include/vki/
Dvki-solaris.h403 #define VKI_NT_PRSTATUS NT_PRSTATUS
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc760 nhdr.n_type = NT_PRSTATUS; in WriteThread()

12