diff options
Diffstat (limited to 'gdb/remote-sim.h')
-rw-r--r-- | gdb/remote-sim.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/remote-sim.h b/gdb/remote-sim.h index 840457c..bdad3fd 100644 --- a/gdb/remote-sim.h +++ b/gdb/remote-sim.h @@ -31,7 +31,10 @@ extern int sim_verbose; /* Initialize the simulator. This function is called when the simulator is selected from the command line. ARGS is passed from the command line and can be used to select whatever run time options the simulator provides. - ARGS is the raw character string and must be parsed by the simulator. */ + ARGS is the raw character string and must be parsed by the simulator. + + Returns 0 for success, non-zero for failure (FIXME: how do we say what + kind of failure it was?). */ int sim_open PARAMS ((char *name)); |