Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dtarget.c1645 static struct target_ops debug_target; variable
1683 debug_target.to_post_attach (pid); in debug_to_post_attach()
1819 debug_target.to_prepare_to_store (); in debug_to_prepare_to_store()
2008 debug_target.to_terminal_init (); in debug_to_terminal_init()
2032 debug_target.to_terminal_ours (); in debug_to_terminal_ours()
2057 debug_target.to_kill (); in debug_to_kill()
2228 debug_target.to_mourn_inferior (); in debug_to_mourn_inferior()
2278 debug_target.to_stop (); in debug_to_stop()
2290 retval = debug_target.to_xfer_partial (&debug_target, object, annex, in debug_to_xfer_partial()
2346 memcpy (&debug_target, &current_target, sizeof debug_target); in setup_target_debug()
[all …]