From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18550 invoked by alias); 9 Oct 2018 17:33:36 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 18527 invoked by uid 89); 9 Oct 2018 17:33:35 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=H*MI:john, listen, H*F:U*john X-HELO: jocasta.intra Received: from de.cellform.com (HELO jocasta.intra) (88.217.224.109) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 09 Oct 2018 17:33:34 +0000 Received: from jocasta.intra (localhost [127.0.0.1]) by jocasta.intra (8.15.2/8.15.2/Debian-8) with ESMTPS id w99HXVZd011569 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 9 Oct 2018 19:33:31 +0200 Received: (from john@localhost) by jocasta.intra (8.15.2/8.15.2/Submit) id w99HXVRL011568 for gdb-patches@sourceware.org; Tue, 9 Oct 2018 19:33:31 +0200 From: John Darrington To: gdb-patches@sourceware.org Subject: Gdbserver can listen on local domain sockets. Date: Tue, 09 Oct 2018 17:33:00 -0000 Message-Id: <20181009173257.11250-1-john@darrington.wattle.id.au> X-SW-Source: 2018-10/txt/msg00222.txt.bz2 This is the complement to commit c1168a2f66553cd4730931cf59e3be8378a1a03f It allows gdbserver to use a local (unix) domain socket instead of a TCP socket. It probably doesn't have much practical use, except that it makes automated testing of gdb's remote target a little easier.