diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 2000-01-11 03:07:37 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 2000-01-11 03:07:37 +0000 |
commit | e31cf3b5740670d856962824e983e893aca5acd0 (patch) | |
tree | 0c7f4b3102340776bf12f87c2f4666874ba618ab /gdb/remote.c | |
parent | efbdfc61a9659829f2e641021240cecd2fc0f414 (diff) | |
download | gdb-e31cf3b5740670d856962824e983e893aca5acd0.tar.gz |
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 5264d17dcf4..783f75ea283 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; |