* target.c (update_current_target): Inherit to_log_command.
[deliverable/binutils-gdb.git] / gdb / monitor.c
index 410ce629c63b67cf0a4dc4e57e874187cf42a123..2ea0085901a8ed015a1649d4811eef4e51d3d13d 100644 (file)
@@ -2233,6 +2233,7 @@ init_base_monitor_ops (void)
   monitor_ops.to_mourn_inferior = monitor_mourn_inferior;
   monitor_ops.to_stop = monitor_stop;
   monitor_ops.to_rcmd = monitor_rcmd;
+  monitor_ops.to_log_command = serial_log_command;
   monitor_ops.to_stratum = process_stratum;
   monitor_ops.to_has_all_memory = 1;
   monitor_ops.to_has_memory = 1;
This page took 0.042188 seconds and 4 git commands to generate.