Searched refs:NT_PRSTATUS (Results 1 - 18 of 18) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/metag/
H A Dregs.c39 if (ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, (long)&iov))
53 if (ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, (long)&iov))
60 ptrace(PTRACE_SETREGSET, proc->pid, NT_PRSTATUS, (long)&iov);
71 if (ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, (long)&iov))
85 if (ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, (long)&iov))
H A Dtrace.c84 if (ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS,
191 NT_PRSTATUS, (long)&iov))
213 NT_PRSTATUS, (long)&iov))
260 NT_PRSTATUS, (long)&iov))
286 NT_PRSTATUS, (long)&iov))
404 if (ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, (long)&iov))
/external/strace/xlat/
H A Dnt_descriptor_types.h4 #if defined(NT_PRSTATUS) || (defined(HAVE_DECL_NT_PRSTATUS) && HAVE_DECL_NT_PRSTATUS)
5 XLAT(NT_PRSTATUS),
/external/ltrace/sysdeps/linux-gnu/aarch64/
H A Dregs.c40 return ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, &iovec) < 0
50 return ptrace(PTRACE_SETREGSET, proc->pid, NT_PRSTATUS, &iovec) < 0
/external/valgrind/main/memcheck/tests/linux/
H A Dgetregset.c65 if (ptrace(0x4204, cpid, NT_PRSTATUS, &iov) == -1)
71 /* We're assuming here that NT_PRSTATUS never contains
/external/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp350 NT_PRSTATUS = 1, enumerator in enum:__anon25333
438 // Parse a FreeBSD NT_PRSTATUS note - see FreeBSD sys/procfs.h for details.
479 /// a) NT_PRSTATUS - Register context
488 /// new thread when it finds NT_PRSTATUS or NT_PRPSINFO NOTE entry.
515 if ((note.n_type == NT_PRSTATUS && have_prstatus) ||
561 case NT_PRSTATUS:
/external/libunwind/src/coredump/
H A D_UCD_create.c233 if (note_hdr->n_type == NT_PRSTATUS)
246 if (note_hdr->n_type == NT_PRSTATUS)
273 Debug(0, "No NT_PRSTATUS note found in '%s'\n", filename);
/external/libunwind/src/ptrace/
H A D_UPT_access_reg.c374 if (ptrace(PTRACE_GETREGSET, pid, (void*)NT_PRSTATUS, (void*)&io) == -1)
386 if (ptrace(PTRACE_SETREGSET, pid, (void*)NT_PRSTATUS, (void*)&io) == -1)
/external/elfutils/0.153/backends/
H A Dlinux-core-note.c221 case NT_PRSTATUS:
/external/chromium_org/third_party/libvpx/include/
H A Delf.h395 #define NT_PRSTATUS 1 macro
/external/kernel-headers/original/uapi/linux/
H A Delf.h367 #define NT_PRSTATUS 1 macro
/external/strace/
H A Dsyscall.c71 /* for NT_PRSTATUS */
1015 #if defined(PTRACE_GETREGSET) && defined(NT_PRSTATUS)
1028 get_regs_error = ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, &io);
1034 get_regs_error = ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, &x86_io);
1038 get_regs_error = ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, &aarch64_io);
1040 # warning both PTRACE_GETREGSET and NT_PRSTATUS are available but not yet used
1043 #endif /* PTRACE_GETREGSET && NT_PRSTATUS */
1072 # if defined(PTRACE_GETREGSET) && defined(NT_PRSTATUS)
1087 # endif /* PTRACE_GETREGSET && NT_PRSTATUS */
1247 /* GETREGSET of NT_PRSTATUS tell
[all...]
/external/valgrind/main/coregrind/
H A Dvgdb-invoker-ptrace.c561 res = ptrace (PTRACE_GETREGSET, pid, NT_PRSTATUS, &iovec);
675 res = ptrace (PTRACE_SETREGSET, pid, NT_PRSTATUS, &iovec);
/external/qemu/include/
H A Delf.h1423 #define NT_PRSTATUS 1 macro
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c619 add_note(&notelist, "CORE", NT_PRSTATUS, &prstatus, sizeof(prstatus));
/external/elfutils/0.153/libelf/
H A Delf.h605 #define NT_PRSTATUS 1 /* Contains copy of prstatus struct */ macro
/external/elfutils/0.153/src/
H A Delflint.c3946 case NT_PRSTATUS:
/external/valgrind/main/perf/
H A Dtinycc.c584 #define NT_PRSTATUS 1 /* Contains copy of prstatus struct */ macro

Completed in 5603 milliseconds