(sim_open): Update comment.
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 2 Apr 1997 23:47:49 +0000 (23:47 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Wed, 2 Apr 1997 23:47:49 +0000 (23:47 +0000)
include/remote-sim.h

index 98f7b4149e11dd07893d6b48ce8eee552796fdfb..77685d5eef3231b55394f3edd45b4649da9665f5 100644 (file)
@@ -53,8 +53,11 @@ typedef enum {
 /* Main simulator entry points.  */
 
 /* Initialize the simulator.  This function is called when the simulator
-   is selected from the command line.  ARGV is passed from the command line
-   and can be used to select whatever run time options the simulator provides.
+   is selected from the gdb command line.
+   KIND specifies how the simulator will be used.  Currently there are only
+   two kinds: standalone and debug.
+   ARGV is passed from the command line and can be used to select whatever
+   run time options the simulator provides.
    ARGV is the standard NULL terminated array of pointers, with argv[0]
    being the program name.
    The result is a descriptor that must be passed back to the other sim_foo
This page took 0.02593 seconds and 4 git commands to generate.