Home
last modified time | relevance | path

Searched refs:to_stopped_data_address (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
HDtarget.h347 CORE_ADDR (*to_stopped_data_address) (void); member
1090 (*current_target.to_stopped_data_address) ()
HDtarget.c398 INHERIT (to_stopped_data_address, t); in update_current_target()
527 de_fault (to_stopped_data_address, in update_current_target()
1943 retval = debug_target.to_stopped_data_address (); in debug_to_stopped_data_address()
2370 current_target.to_stopped_data_address = debug_to_stopped_data_address; in setup_target_debug()
HDremote.c5272 remote_ops.to_stopped_data_address = remote_stopped_data_address; in init_remote_ops()
5397 remote_async_ops.to_stopped_data_address = remote_stopped_data_address; in init_remote_async_ops()