aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-sim.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/remote-sim.h')
-rw-r--r--gdb/remote-sim.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/remote-sim.h b/gdb/remote-sim.h
index 9f31536..4076794 100644
--- a/gdb/remote-sim.h
+++ b/gdb/remote-sim.h
@@ -119,4 +119,8 @@ void sim_stop_reason PARAMS ((enum sim_stop *reason, int *sigrc));
void sim_resume PARAMS ((int step, int siggnal));
+/* Passthru for other commands that the simulator might support. */
+
+void sim_do_command PARAMS ((char *cmd));
+
#endif /* !defined (REMOTE_SIM_H) */