From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 0Kw0EosKLGBvUgAAWB0awg (envelope-from ) for ; Tue, 16 Feb 2021 13:10:19 -0500 Received: by simark.ca (Postfix, from userid 112) id 48D8B1EF78; Tue, 16 Feb 2021 13:10:19 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 4C5CF1E54D for ; Tue, 16 Feb 2021 13:10:18 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 4B6533836C43; Tue, 16 Feb 2021 18:10:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4B6533836C43 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1613499017; bh=f5uO/HRc+SHk95/MlWAeD0pqdMw3bJgpRjCvrSs0dVI=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=BpS185zvUjQohbLu+MZbBBn7HrNq2ssmcoqxJWzrTOnVD+M76aoAmYgIlWc/8goNF Syk3gCLFtvlc+tzKFri0JbFFxKnUa8tMKnJ8NBxriYTqNxTssCDJk6NJN4gYX9pIRC jd/6iLKO4JpszfiJa91exOv93AOuBFagcaiJRIUI= Received: from beryx.lancelotsix.com (beryx.lancelotsix.com [IPv6:2001:41d0:401:3000::1ab3]) by sourceware.org (Postfix) with ESMTPS id 56AD33836C43 for ; Tue, 16 Feb 2021 18:10:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 56AD33836C43 Received: from Plymouth (unknown [IPv6:2a02:390:8443:0:5125:39ee:e74c:6a8c]) by beryx.lancelotsix.com (Postfix) with ESMTPSA id 3BDCF2E03B; Tue, 16 Feb 2021 19:10:12 +0100 (CET) Date: Tue, 16 Feb 2021 18:10:10 +0000 To: Andrew Burgess Subject: Re: [PATCH 3/3] Add completer to the add-inferior command Message-ID: References: <20210213220752.32581-1-lsix@lancelotsix.com> <20210213220752.32581-4-lsix@lancelotsix.com> <20210216170452.GR265215@embecosm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210216170452.GR265215@embecosm.com> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.11 (beryx.lancelotsix.com [0.0.0.0]); Tue, 16 Feb 2021 19:10:12 +0100 (CET) X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Lancelot SIX via Gdb-patches Reply-To: Lancelot SIX Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" > > This patch doesn't build for me as opts.filename is unknown. Did you > mean opts.exec maybe? > > Thanks, > Andrew > > > Indeed… I was sure I rebuilt everything after this refactoring, but apparently not. Sorry for that.