Home
last modified time | relevance | path

Searched refs:procfs_stopped_by_watchpoint (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/config/i386/
Dnm-i386sol2.h48 extern int procfs_stopped_by_watchpoint (ptid_t);
50 procfs_stopped_by_watchpoint(inferior_ptid)
/openbsd/src/gnu/usr.bin/binutils/gdb/config/sparc/
Dnm-sol2.h50 extern int procfs_stopped_by_watchpoint (ptid_t);
52 procfs_stopped_by_watchpoint(inferior_ptid)
/openbsd/src/gnu/usr.bin/binutils/gdb/config/mips/
Dnm-irix5.h36 procfs_stopped_by_watchpoint(inferior_ptid)
37 extern int procfs_stopped_by_watchpoint (ptid_t);
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dnto-procfs.c86 static int procfs_stopped_by_watchpoint (void);
1284 procfs_ops.to_stopped_by_watchpoint = procfs_stopped_by_watchpoint; in init_procfs_ops()
1387 procfs_stopped_by_watchpoint (void) in procfs_stopped_by_watchpoint() function
Dprocfs.c5310 procfs_stopped_by_watchpoint (ptid_t ptid) in procfs_stopped_by_watchpoint() function
DChangeLog-20016105 (procfs_set_watchpoint, procfs_stopped_by_watchpoint)
6166 * config/i386/nm-i386sol2.h (procfs_stopped_by_watchpoint)
6176 (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Likewise.
6181 * config/sparc/nm-sun4sol2.h (procfs_stopped_by_watchpoint)
9799 * procfs.c (procfs_stopped_by_watchpoint): Don't die if process
DChangeLog-19961792 (procfs_stopped_by_watchpoint): Ditto.
1794 (procfs_stopped_by_watchpoint): Ditto.
4585 * procfs.c (procfs_stopped_by_watchpoint): Fix logic when
DChangeLog-19943545 (procfs_set_watchpoint, procfs_stopped_by_watchpoint): Likewise.
3601 (procfs_set_watchpoint, procfs_stopped_by_watchpoint): New functions.