diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2018-10-29 13:28:15 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2018-10-29 13:28:15 -0400 |
commit | 6a0b3457ee0c51fcc0708b630cc3cdd66226e9a6 (patch) | |
tree | b51ce61c69cadfe918ce307849930c55002974c2 /gdb | |
parent | 6cf3675653e477ae0755195171a6a256a2aa8ac0 (diff) | |
download | gdb-6a0b3457ee0c51fcc0708b630cc3cdd66226e9a6.zip gdb-6a0b3457ee0c51fcc0708b630cc3cdd66226e9a6.tar.gz gdb-6a0b3457ee0c51fcc0708b630cc3cdd66226e9a6.tar.bz2 |
Revert "GDB: Document the unix::/path/to/socket of remote connection."
This reverts commit 6d0f8100c1a3053c967bec716e34b65dd054cc39.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/gdb.texinfo | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index e25dee5..0226b6d 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -20930,15 +20930,6 @@ Note that this command has the same form as the command to connect to a serial line. @value{GDBN} will automatically determine which kind of file you have specified and will make the appropriate kind of connection. -The above command is identical to the command: - -@smallexample -target remote unix::/tmp/gdb-socket1 -@end smallexample -@noindent - -See below for the explanation of this syntax. - This feature is not available if the host system does not support Unix domain sockets. @@ -20949,7 +20940,6 @@ Unix domain sockets. @itemx target remote @code{tcp4:@var{host}:@var{port}} @itemx target remote @code{tcp6:@var{host}:@var{port}} @itemx target remote @code{tcp6:@var{[host]}:@var{port}} -@itemx target remote @code{unix::@var{local-socket}} @itemx target extended-remote @code{@var{host}:@var{port}} @itemx target extended-remote @code{@var{[host]}:@var{port}} @itemx target extended-remote @code{tcp:@var{host}:@var{port}} @@ -20957,10 +20947,8 @@ Unix domain sockets. @itemx target extended-remote @code{tcp4:@var{host}:@var{port}} @itemx target extended-remote @code{tcp6:@var{host}:@var{port}} @itemx target extended-remote @code{tcp6:@var{[host]}:@var{port}} -@itemx target extended-remote @code{unix::@var{local-socket}} @cindex @acronym{TCP} port, @code{target remote} -Debug using a @acronym{TCP} connection to @var{port} on @var{host} -or using the Unix domain socket @var{local-socket} on the local machine. +Debug using a @acronym{TCP} connection to @var{port} on @var{host}. The @var{host} may be either a host name, a numeric @acronym{IPv4} address, or a numeric @acronym{IPv6} address (with or without the square brackets to separate the address from the port); @var{port} @@ -21008,16 +20996,6 @@ target remote :1234 @noindent Note that the colon is still required here. -Alternatively you can use a Unix domain socket: - -@smallexample -target remote unix::/tmp/gdb-socket1 -@end smallexample -@noindent - -This has the advantage that it'll not fail if the port number is already -in use. - @item target remote @code{udp:@var{host}:@var{port}} @itemx target remote @code{udp:@var{[host]}:@var{port}} |