]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/remote-m32r-sdi.c
* target.c (update_current_target): Inherit to_log_command.
[thirdparty/binutils-gdb.git] / gdb / remote-m32r-sdi.c
index ed8feb7817cbcceb30eef2a5458c74483d8e91f3..a55bb316ee078209aa7a2acdf9621d7fcbb5e52b 100644 (file)
@@ -1599,6 +1599,7 @@ init_m32r_ops (void)
   m32r_ops.to_create_inferior = m32r_create_inferior;
   m32r_ops.to_mourn_inferior = m32r_mourn_inferior;
   m32r_ops.to_stop = m32r_stop;
+  m32r_ops.to_log_command = serial_log_command;
   m32r_ops.to_stratum = process_stratum;
   m32r_ops.to_has_all_memory = 1;
   m32r_ops.to_has_memory = 1;