diff options
author | Jason Molenda <jmolenda@apple.com> | 2000-01-11 03:07:37 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2000-01-11 03:07:37 +0000 |
commit | 0d06e24ba79bdc3617c5e56a2c32b3a7f28a4bd5 (patch) | |
tree | 9533ed688a9ea7eca9bcad984dfda07fecc420bb /gdb/remote.c | |
parent | 3b7c8b741463f04bc932f698f9a68c64ff797992 (diff) | |
download | gdb-0d06e24ba79bdc3617c5e56a2c32b3a7f28a4bd5.zip gdb-0d06e24ba79bdc3617c5e56a2c32b3a7f28a4bd5.tar.gz gdb-0d06e24ba79bdc3617c5e56a2c32b3a7f28a4bd5.tar.bz2 |
import gdb-2000-01-10 snapshot
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index 5264d17..783f75e 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -1921,7 +1921,8 @@ remote_open_1 (name, from_tty, target, extended_p) { if (name == 0) error ("To open a remote debug connection, you need to specify what\n\ -serial device is attached to the remote system (e.g. /dev/ttya)."); +serial device is attached to the remote system\n\ +(e.g. /dev/ttyS0, /dev/ttya, COM1, etc.)."); /* See FIXME above */ wait_forever_enabled_p = 1; @@ -2007,7 +2008,8 @@ remote_async_open_1 (name, from_tty, target, extended_p) { if (name == 0) error ("To open a remote debug connection, you need to specify what\n\ -serial device is attached to the remote system (e.g. /dev/ttya)."); +serial device is attached to the remote system\n\ +(e.g. /dev/ttyS0, /dev/ttya, COM1, etc.)."); target_preopen (from_tty); @@ -4855,7 +4857,8 @@ init_remote_ops () remote_ops.to_longname = "Remote serial target in gdb-specific protocol"; remote_ops.to_doc = "Use a remote computer via a serial line, using a gdb-specific protocol.\n\ -Specify the serial device it is connected to (e.g. /dev/ttya)."; +Specify the serial device it is connected to\n\ +(e.g. /dev/ttyS0, /dev/ttya, COM1, etc.)."; remote_ops.to_open = remote_open; remote_ops.to_close = remote_close; remote_ops.to_detach = remote_detach; |