aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-mips.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/remote-mips.c')
-rw-r--r--gdb/remote-mips.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c
index f153fb4..ade658d 100644
--- a/gdb/remote-mips.c
+++ b/gdb/remote-mips.c
@@ -3333,6 +3333,7 @@ _initialize_remote_mips (void)
mips_ops.to_load = mips_load;
mips_ops.to_create_inferior = mips_create_inferior;
mips_ops.to_mourn_inferior = mips_mourn_inferior;
+ mips_ops.to_log_command = serial_log_command;
mips_ops.to_stratum = process_stratum;
mips_ops.to_has_all_memory = 1;
mips_ops.to_has_memory = 1;