From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85225 invoked by alias); 11 Sep 2018 05:20:34 -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 85199 invoked by uid 89); 11 Sep 2018 05:20:34 -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=59pm, HTo:D*au, day 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, 11 Sep 2018 05:20:31 +0000 Received: from jocasta.intra (localhost [127.0.0.1]) by jocasta.intra (8.15.2/8.15.2/Debian-8) with ESMTPS id w8B5KSq0003931 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 11 Sep 2018 07:20:28 +0200 Received: (from john@localhost) by jocasta.intra (8.15.2/8.15.2/Submit) id w8B5KRjf003930; Tue, 11 Sep 2018 07:20:27 +0200 Date: Tue, 11 Sep 2018 05:20:00 -0000 From: John Darrington To: John Darrington Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [PATCH] Allow remote debugging over a Unix local domain socket. Message-ID: <20180911052027.uc5lkd66qg7iwumh@jocasta.intra> References: <20180903121736.5246-1-john@darrington.wattle.id.au> <20180903121736.5246-2-john@darrington.wattle.id.au> <87h8j1vwzs.fsf@tromey.com> <20180908042158.wn5bmphbwzxpzm44@jocasta.intra> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180908042158.wn5bmphbwzxpzm44@jocasta.intra> User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2018-09/txt/msg00308.txt.bz2 On Sat, Sep 08, 2018 at 06:21:58AM +0200, John Darrington wrote: On Fri, Sep 07, 2018 at 03:05:59PM -0600, Tom Tromey wrote: >>>>> "John" == John Darrington writes: John> Extend the "target remote" and "target extended-remote" commands John> such that if the filename provided is a Unix local domain (AF_UNIX) John> socket, then it'll be treated as such, instead of trying to open John> it as if it were a character device. I think Pedro should have the final review on this, since he had more comments the last time around. Okay. Pedro? ... it seems that Pedro doesn't have anything more to say. So I'll push this in the next day or two if he doesn't pipe up. J'