* gdb.texinfo: Explain omitting the hostname in the
`target remote' command.
This commit is contained in:
parent
dc4622162a
commit
a2bea4c366
2 changed files with 17 additions and 0 deletions
|
@ -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>
|
2001-07-30 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
* gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
|
* gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
|
||||||
|
|
|
@ -9636,6 +9636,18 @@ terminal server named @code{manyfarms}:
|
||||||
@example
|
@example
|
||||||
target remote manyfarms:2828
|
target remote manyfarms:2828
|
||||||
@end example
|
@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
|
@end enumerate
|
||||||
|
|
||||||
Now you can use all the usual commands to examine and change data and to
|
Now you can use all the usual commands to examine and change data and to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue