NT_PRSTATUS
buf = append_elf_note(buf, NN_PRSTATUS, NT_PRSTATUS,
buf = append_elf64_note(buf, NN_PRSTATUS, NT_PRSTATUS,
NT_PRSTATUS, &prstatus,
NT_PRSTATUS, &prstatus,
unlikely(view->regsets[0].core_note_type != NT_PRSTATUS)) {
append_kcore_note(notes, &i, NN_PRSTATUS, NT_PRSTATUS, &prstatus,
buf = append_elf_note(buf, NN_PRSTATUS, NT_PRSTATUS,
ret = ptrace(PTRACE_GETREGSET, child, NT_PRSTATUS, &iov);
ret = ptrace(PTRACE_SETREGSET, child, NT_PRSTATUS, &iov);
ASSERT_EQ(0, ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, &iov));
ASSERT_EQ(0, ptrace(PTRACE_SETREGSET, pid, NT_PRSTATUS, &iov));
ASSERT_EQ(0, ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, &iov));
ASSERT_EQ(0, ptrace(PTRACE_SETREGSET, pid, NT_PRSTATUS, &iov));
ASSERT_EQ(0, ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, &iov));
ASSERT_EQ(0, ptrace(PTRACE_SETREGSET, pid, NT_PRSTATUS, &iov));
if (do_ptrace(PTRACE_SETREGSET, child, NT_PRSTATUS, size, data))
if (do_ptrace(PTRACE_GETREGSET, child, NT_PRSTATUS, size, data))
ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &__v); \
ptrace(PTRACE_SETREGSET, tracee, NT_PRSTATUS, &__v); \