* gdb.texinfo: Explain omitting the hostname in the
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 2 Aug 2001 10:52:07 +0000 (10:52 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 2 Aug 2001 10:52:07 +0000 (10:52 +0000)
        `target remote' command.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 77b1a97f6b2859a7a8084d5e3fa5d5d58a538ae3..22f0e14425d259c84615e05cd12a6d8ea6037dc3 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-02  Corinna Vinschen  <vinschen@redhat.com>
+
+       * gdb.texinfo: Explain omitting the hostname in the
+       `target remote' command.
+
 2001-07-30  Daniel Jacobowitz  <drow@mvista.com>
 
        * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
index d5f09e93a26f7a03408fa8cde765ad837f971274..310750de870224b235b3fe2aeca4a03a50aeb90a 100644 (file)
@@ -9636,6 +9636,18 @@ terminal server named @code{manyfarms}:
 @example
 target remote manyfarms:2828
 @end example
+
+If your remote target is actually running on the same machine as
+your debugger session (e.g.@: a simulator of your target running on
+the same host), you can omit the hostname.  For example, to connect
+to port 1234 on your local machine:
+
+@example
+target remote :1234
+@end example
+@noindent
+
+Note that the colon is still required here.
 @end enumerate
 
 Now you can use all the usual commands to examine and change data and to
This page took 0.034926 seconds and 4 git commands to generate.