Home
last modified time | relevance | path

Searched refs:target_stopped_data_address (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/config/frv/
Dtm-frv.h40 #define target_stopped_data_address(target, x) frv_stopped_data_address(x) macro
/openbsd/src/gnu/usr.bin/binutils/gdb/config/ia64/
Dnm-linux.h64 #define target_stopped_data_address(target, x) \ macro
/openbsd/src/gnu/usr.bin/binutils/gdb/config/i386/
Dnm-i386.h98 #define target_stopped_data_address(target, x) i386_stopped_data_address(x) macro
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dtarget.h1075 #ifndef target_stopped_data_address
1076 #define target_stopped_data_address(target, x) \ macro
Dbreakpoint.c2744 if (!target_stopped_data_address (&current_target, &addr)) in bpstat_stop_status()
DChangeLog-20017466 (target_stopped_data_address, target_insert_watchpoint)
7586 (STOPPED_BY_WATCHPOINT, target_stopped_data_address)
DChangeLog425 target_stopped_data_address to use new prototype.
6296 target_stopped_data_address agaist 0 to check whether
/openbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dgdbint.texinfo479 @findex target_stopped_data_address
480 @item target_stopped_data_address (@var{addr_p})
605 @code{target_stopped_data_address} is set to call this function.
DChangeLog17 * gdbint.texinfo (target_stopped_data_address): Update to