Files
binutils-gdb/gdb/common
John Darrington f19c7ff839 GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested.
When invoking gdbserver, if the COMM parameter takes the form "unix::/path/name"
then a local (unix) domain socket will be created with that name and gdbserver
will listen for connections on that.

    gdb/
    * NEWS: Mention new feature.

    gdb/gdbserver/
    * configure.ac (AC_CHECK_HEADERS): Add sys/un.h.
    * configure: Regenerate.
    * remote-utils.c (remote_prepare): Create a local socket if requested.
     (remote_open):  Don't attempt to open a file if it's a socket.
     (handle_accept_event): Display the name of the socket on connection.

   gdb/common/
   * netstuff.c (parse_connection_spec)[prefixes]: New member for local domain sockets.
2018-10-23 16:09:31 +02:00
..
2018-10-04 22:51:45 -06:00
2018-10-04 22:51:48 -06:00
2018-04-30 11:33:11 -06:00
2018-04-09 14:20:46 -04:00
2018-04-09 14:20:46 -04:00
2018-03-02 23:22:10 -05:00
2018-05-29 08:52:55 -06:00
2018-03-19 09:37:49 -06:00
2018-09-24 06:17:13 -06:00
2018-07-03 11:36:46 -06:00
2018-07-03 11:36:46 -06:00
2018-10-01 02:58:23 -06:00
2018-08-07 18:10:29 -04:00
2018-07-22 13:20:01 -06:00