Home
last modified time | relevance | path

Searched refs:target_insert_watchpoint (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/config/i386/
H A Dnm-i386sol2.h56 #define target_insert_watchpoint(ADDR, LEN, TYPE) \ macro
H A Dnm-i386sco5.h72 #define target_insert_watchpoint(addr, len, type) \ macro
H A Dnm-i386.h104 #define target_insert_watchpoint(addr, len, type) \ macro
/freebsd-12.1/contrib/gdb/gdb/config/sparc/
H A Dnm-sol2.h58 #define target_insert_watchpoint(ADDR, LEN, TYPE) \ macro
/freebsd-12.1/contrib/gdb/gdb/
H A Dtarget.h1072 #ifndef target_insert_watchpoint
1073 #define target_insert_watchpoint(addr, len, type) \ macro
H A Dbreakpoint.c964 val = target_insert_watchpoint (addr, len, type); in insert_bp_location()
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dgdbint.texinfo444 @findex target_insert_watchpoint
446 @item target_insert_watchpoint (@var{addr}, @var{len}, @var{type})
615 @code{target_insert_watchpoint} and @code{target_remove_watchpoint}