* remote-udi.c: Improve docstring.

This commit is contained in:
Jim Kingdon 1993-06-25 19:11:22 +00:00
parent 872dd3fe12
commit a38b1233c2
2 changed files with 25 additions and 3 deletions

View File

@ -1,7 +1,11 @@
Fri Jun 25 11:22:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* remote-udi.c: Improve docstring.
Fri Jun 25 11:16:31 1993 Fred Fish (fnf@cygnus.com)
* elf_symfile_read (bfd_elf32_find_section): Revert back to
calling bfd_elf_find_section to track bfd changes.
* elfread.c (elf_symfile_read): Call bfd_elf_find_section, not
bfd_elf32_find_section, to track bfd changes.
Fri Jun 25 11:22:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)

View File

@ -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,