Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dtarget.c89 static struct target_ops debug_target; variable
1025 && (debug_target.to_stopped_data_address in target_stopped_data_address_p()
1802 debug_target.to_open (args, from_tty); in debug_to_open()
1810 target_close (&debug_target, quitting); in debug_to_close()
1826 debug_target.to_attach (args, from_tty); in debug_to_attach()
1835 debug_target.to_post_attach (pid); in debug_to_post_attach()
1843 debug_target.to_detach (args, from_tty); in debug_to_detach()
1851 debug_target.to_disconnect (args, from_tty); in debug_to_disconnect()
1860 debug_target.to_resume (ptid, step, siggnal); in debug_to_resume()
1872 retval = debug_target.to_wait (ptid, status); in debug_to_wait()
[all …]
H A DChangeLog406 * target.c (debug_target): Move to near start of file.
812 (debug_target): Move to start of file.
H A DChangeLog-19998150 debug_target().