* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / gdb / remote-sim.h
index 9f31536e767666372e01c4a7019a1dec8842b53a..4076794b175c357a91e0a59f982fe5e28f63865c 100644 (file)
@@ -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) */
This page took 0.023311 seconds and 4 git commands to generate.