diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-25 19:11:22 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-25 19:11:22 +0000 |
commit | a38b1233c25f478e32dc6ad1b189e775aa529430 (patch) | |
tree | 6d648d5e634f4d8287807bb0e5470edf83ab4f62 /gdb/remote-udi.c | |
parent | 872dd3fe1219b1c82d271e68d485641cad5a3167 (diff) | |
download | gdb-a38b1233c25f478e32dc6ad1b189e775aa529430.zip gdb-a38b1233c25f478e32dc6ad1b189e775aa529430.tar.gz gdb-a38b1233c25f478e32dc6ad1b189e775aa529430.tar.bz2 |
* remote-udi.c: Improve docstring.
Diffstat (limited to 'gdb/remote-udi.c')
-rw-r--r-- | gdb/remote-udi.c | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/gdb/remote-udi.c b/gdb/remote-udi.c index 6b586cb..c5ce9b0 100644 --- a/gdb/remote-udi.c +++ b/gdb/remote-udi.c @@ -1518,7 +1518,25 @@ int QuietMode = 0; /* used for debugging */ static struct target_ops udi_ops = { "udi", "Remote UDI connected TIP", - "Remote debug an AMD 29k using UDI socket connection to TIP process", + "Remote debug an AMD 29k using UDI socket connection to TIP process.\n\ +Arguments are\n\ +`configuration-id AF_INET hostname port-number'\n\ + To connect via the network, where hostname and port-number specify the\n\ + host and port where you can connect via UDI.\n\ + configuration-id is unused.\n\ +\n\ +`configuration-id AF_UNIX socket-name tip-program'\n\ + To connect using a local connection to the "tip.exe" program which is\n\ + supplied by AMD. If socket-name specifies an AF_UNIX socket then the\n\ + tip program must already be started; connect to it using that socket.\n\ + If not, start up tip-program, which should be the name of the tip\n\ + program. If appropriate, the PATH environment variable is searched.\n\ + configuration-id is unused.\n\ +\n\ +`configuration-id'\n\ + Look up the configuration in ./udi_soc or /etc/udi_soc, which\n\ + are files containing lines in the above formats. configuration-id is\n\ + used to pick which line of the file to use.", udi_open, udi_close, udi_attach, |