Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gdb/gdb/
HDtarget.c432 INHERIT (to_rcmd, t); in update_current_target()
614 de_fault (to_rcmd, in update_current_target()
2306 debug_target.to_rcmd (command, outbuf); in debug_to_rcmd()
2400 current_target.to_rcmd = debug_to_rcmd; in setup_target_debug()
2417 if ((current_target.to_rcmd in do_monitor_command()
2419 || (current_target.to_rcmd == debug_to_rcmd in do_monitor_command()
2420 && (debug_target.to_rcmd in do_monitor_command()
HDtarget.h378 void (*to_rcmd) (char *command, struct ui_file *output); member
831 (*current_target.to_rcmd) (command, outbuf)
HDmonitor.c2267 monitor_ops.to_rcmd = monitor_rcmd; in init_base_monitor_ops()
HDremote.c5287 remote_ops.to_rcmd = remote_rcmd; in init_remote_ops()
5409 remote_async_ops.to_rcmd = remote_rcmd; in init_remote_async_ops()