HomeSort by: relevance | last modified time | path
    Searched defs:PTRACE_SETREGS (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
sparc-nat.c 68 #ifndef PTRACE_SETREGS
69 #define PTRACE_SETREGS PT_SETREGS
205 if (gdb_ptrace (PTRACE_SETREGS, ptid, (PTRACE_TYPE_ARG3) &regs) == -1)
ppc-linux-nat.c 156 #ifndef PTRACE_SETREGS
157 #define PTRACE_SETREGS 13
272 PTRACE_SETREGS requests, for reading and writing the
1695 if (ptrace (PTRACE_SETREGS, tid, 0, (void *) &gregset) < 0)
  /src/external/gpl3/gdb/dist/gdb/
sparc-nat.c 68 #ifndef PTRACE_SETREGS
69 #define PTRACE_SETREGS PT_SETREGS
205 if (gdb_ptrace (PTRACE_SETREGS, ptid, (PTRACE_TYPE_ARG3) &regs) == -1)
ppc-linux-nat.c 156 #ifndef PTRACE_SETREGS
157 #define PTRACE_SETREGS 13
272 PTRACE_SETREGS requests, for reading and writing the
1695 if (ptrace (PTRACE_SETREGS, tid, 0, (void *) &gregset) < 0)

Completed in 26 milliseconds