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

  /src/external/gpl3/gdb.old/dist/gdb/
ppc-linux-nat.c 64 #ifndef PTRACE_SET_DEBUGREG
65 #define PTRACE_SET_DEBUGREG 26
314 - PTRACE_SET_DEBUGREG and PTRACE_GET_DEBUGREG
452 DEBUGREG represents the set of calls PTRACE_SET_DEBUGREG and
2940 /* Passing 0 to PTRACE_SET_DEBUGREG will clear the watchpoint. We
2945 if (ptrace (PTRACE_SET_DEBUGREG, lp->ptid.lwp (), 0, 0) < 0)
2954 if (ptrace (PTRACE_SET_DEBUGREG, lp->ptid.lwp (), 0, wp) < 0)
  /src/external/gpl3/gdb/dist/gdb/
ppc-linux-nat.c 64 #ifndef PTRACE_SET_DEBUGREG
65 #define PTRACE_SET_DEBUGREG 26
314 - PTRACE_SET_DEBUGREG and PTRACE_GET_DEBUGREG
452 DEBUGREG represents the set of calls PTRACE_SET_DEBUGREG and
2940 /* Passing 0 to PTRACE_SET_DEBUGREG will clear the watchpoint. We
2945 if (ptrace (PTRACE_SET_DEBUGREG, lp->ptid.lwp (), 0, 0) < 0)
2954 if (ptrace (PTRACE_SET_DEBUGREG, lp->ptid.lwp (), 0, wp) < 0)

Completed in 21 milliseconds