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

  /src/external/gpl3/gdb.old/dist/gdb/nat/
gdb_ptrace.h 70 /* HP-UX doesn't define PT_CONTINUE and PT_STEP. Instead of those two
75 #ifndef PT_CONTINUE
77 # define PT_CONTINUE PT_CONTIN1
79 # define PT_CONTINUE 7 /* Continue the child. */
110 here as an alias for PT_CONTINUE. This is what the PT_SYSCALL
120 # define PT_SYSCALL PT_CONTINUE
  /src/external/gpl3/gdb/dist/gdb/nat/
gdb_ptrace.h 70 /* HP-UX doesn't define PT_CONTINUE and PT_STEP. Instead of those two
75 #ifndef PT_CONTINUE
77 # define PT_CONTINUE PT_CONTIN1
79 # define PT_CONTINUE 7 /* Continue the child. */
110 here as an alias for PT_CONTINUE. This is what the PT_SYSCALL
120 # define PT_SYSCALL PT_CONTINUE
  /src/sys/sys/
ptrace.h 45 #define PT_CONTINUE 7 /* continue the child */
83 /* 7 */ "PT_CONTINUE", \

Completed in 16 milliseconds