Searched refs:STOPPED_BY_WATCHPOINT (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/config/frv/
H A Dtm-frv.h33 #define STOPPED_BY_WATCHPOINT(W) \ macro
/openbsd-current/gnu/usr.bin/binutils/gdb/config/i386/
H A Dnm-i386sco5.h65 #define STOPPED_BY_WATCHPOINT(W) \ macro
H A Dnm-i386sol2.h49 #define STOPPED_BY_WATCHPOINT(W) \ macro
H A Dnm-i386.h96 #define STOPPED_BY_WATCHPOINT(W) (i386_stopped_by_watchpoint () != 0) macro
/openbsd-current/gnu/usr.bin/binutils/gdb/config/mips/
H A Dnm-irix5.h35 #define STOPPED_BY_WATCHPOINT(W) \ macro
/openbsd-current/gnu/usr.bin/binutils/gdb/config/sparc/
H A Dnm-sol2.h51 #define STOPPED_BY_WATCHPOINT(W) \ macro
/openbsd-current/gnu/usr.bin/binutils/gdb/config/s390/
H A Dnm-linux.h52 #define STOPPED_BY_WATCHPOINT(w) \ macro
/openbsd-current/gnu/usr.bin/binutils/gdb/config/ia64/
H A Dnm-linux.h60 #define STOPPED_BY_WATCHPOINT(W) \ macro
/openbsd-current/gnu/usr.bin/binutils/gdb/config/pa/
H A Dnm-hppah.h129 #define STOPPED_BY_WATCHPOINT(W) \ macro
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dtarget.h1011 #ifndef STOPPED_BY_WATCHPOINT
1012 #define STOPPED_BY_WATCHPOINT(w) \
1009 #define STOPPED_BY_WATCHPOINT macro
H A Dinfrun.c1234 isn't used, then you're wrong! The macro STOPPED_BY_WATCHPOINT,
1728 if (HAVE_STEPPABLE_WATCHPOINT && STOPPED_BY_WATCHPOINT (ecs->ws))
1738 if (HAVE_NONSTEPPABLE_WATCHPOINT && STOPPED_BY_WATCHPOINT (ecs->ws))
1770 stopped_by_watchpoint = STOPPED_BY_WATCHPOINT (ecs->ws);

Completed in 84 milliseconds