Home
last modified time | relevance | path

Searched refs:target_remove_watchpoint (Results 1 – 10 of 10) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/config/sparc/
Dnm-sol2.h60 #define target_remove_watchpoint(ADDR, LEN, TYPE) \ macro
/mirbsd/src/gnu/usr.bin/binutils/gdb/config/i386/
Dnm-i386sol2.h64 #define target_remove_watchpoint(ADDR, LEN, TYPE) \ macro
Dnm-i386sco5.h71 #define target_remove_watchpoint(addr, len, type) \ macro
Dnm-i386.h105 #define target_remove_watchpoint(addr, len, type) \ macro
/mirbsd/src/gnu/usr.bin/binutils/gdb/config/mips/
Dnm-irix5.h50 #define target_remove_watchpoint(ADDR, LEN, TYPE) \ macro
/mirbsd/src/gnu/usr.bin/binutils/gdb/config/s390/
Dnm-linux.h58 #define target_remove_watchpoint(addr, len, type) \ macro
/mirbsd/src/gnu/usr.bin/binutils/gdb/config/ia64/
Dnm-linux.h73 #define target_remove_watchpoint(addr, len, type) \ macro
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dtarget.h1048 #define target_remove_watchpoint(addr, len, type) \ macro
Dbreakpoint.c1524 val = target_remove_watchpoint (addr, len, type); in remove_breakpoint()
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dgdbint.texinfo446 @findex target_remove_watchpoint
448 @itemx target_remove_watchpoint (@var{addr}, @var{len}, @var{type})
641 @code{target_insert_watchpoint} and @code{target_remove_watchpoint}