diff options
Diffstat (limited to 'gdb/remote-sim.h')
-rw-r--r-- | gdb/remote-sim.h | 4 |
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) */ |