aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1997-04-02 23:47:49 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1997-04-02 23:47:49 +0000
commit38498962bae33661dac691dcd42b1639aa6ab8fb (patch)
tree1509c23425fe8bd0660acb132f1c30e38a4ed4e1 /include
parentd0218f51721d1fceba46648d0e3c3c6fe7ff0a73 (diff)
downloadgdb-38498962bae33661dac691dcd42b1639aa6ab8fb.zip
gdb-38498962bae33661dac691dcd42b1639aa6ab8fb.tar.gz
gdb-38498962bae33661dac691dcd42b1639aa6ab8fb.tar.bz2
(sim_open): Update comment.
Diffstat (limited to 'include')
-rw-r--r--include/remote-sim.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/remote-sim.h b/include/remote-sim.h
index 98f7b41..77685d5 100644
--- a/include/remote-sim.h
+++ b/include/remote-sim.h
@@ -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