* breakpoint.c, breakpoint.h (breakpoint_init_inferior): New function
[deliverable/binutils-gdb.git] / gdb / remote-sim.h
index 840457cc4aa18cef844d1e94cba1190cf45bbacf..bdad3fd5ba32d8f19517812a36966d029c367ee6 100644 (file)
@@ -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));
 
This page took 0.022386 seconds and 4 git commands to generate.