Searched refs:PTRACE_GET_WATCH_REGS (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dmips-linux-watch.h26 /* If macro PTRACE_GET_WATCH_REGS is not defined, kernel header doesn't
29 #ifndef PTRACE_GET_WATCH_REGS
30 # define PTRACE_GET_WATCH_REGS 0xd0 macro
77 #endif /* !PTRACE_GET_WATCH_REGS */
H A Dmips-linux-watch.c167 if (ptrace (PTRACE_GET_WATCH_REGS, lwpid, watch_readback, NULL) == -1)
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dmips-linux-watch.h26 /* If macro PTRACE_GET_WATCH_REGS is not defined, kernel header doesn't
29 #ifndef PTRACE_GET_WATCH_REGS
30 # define PTRACE_GET_WATCH_REGS 0xd0 macro
77 #endif /* !PTRACE_GET_WATCH_REGS */
H A Dmips-linux-watch.c160 if (ptrace (PTRACE_GET_WATCH_REGS, lwpid, watch_readback, NULL) == -1)

Completed in 167 milliseconds