From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 35411 invoked by alias); 7 Jun 2017 22:14:26 -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 35396 invoked by uid 89); 7 Jun 2017 22:14:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,TBC autolearn=no version=3.3.2 spammy= X-HELO: mail-wr0-f170.google.com Received: from mail-wr0-f170.google.com (HELO mail-wr0-f170.google.com) (209.85.128.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 07 Jun 2017 22:14:24 +0000 Received: by mail-wr0-f170.google.com with SMTP id v111so11439417wrc.3 for ; Wed, 07 Jun 2017 15:14:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=nq7ipq8g4DyQ17CQSsoCENwCyFU5yuOm4N69mIHgVSM=; b=OprLtWV/XThF1OfYa5VLquK135B+pH8zd0SLI5ox/beZgTXj5PlMy8qpmHYfN9bgAU JZdpSscN70+uNWY5ZVLcHeRcXj+pptBOeCuc4LDFsBs58ccVmeB89BWD7r8XOPL3QsGS xyGicujnfSuv84vx/LNYFjudqP4NugohaGELwa1ZH/Ioo0lFw7ypLL8OY2ZREke34Op4 Lvyyzt/wgDndswGAGTbVFUGPNM6A4S08eGjFzQm7ixxAWaZ8b1zDrQ2XMVUDDHkQb34F +l3yJY0xhctZKrzV5Vcrj2Ot2laykT7yAW9/WyA7PwAkqBdaHNDLz19O7j8EgB70Eba4 bgAw== X-Gm-Message-State: AODbwcDz79N4VXeSDK9t30cG9sGzKKTA117oeTtQAUqOFYTHEg1aKwDr oU2TckRwlUg+xbczm3pPgw== X-Received: by 10.223.169.120 with SMTP id u111mr17295012wrc.203.1496873666751; Wed, 07 Jun 2017 15:14:26 -0700 (PDT) Received: from [192.168.0.102] ([37.189.166.198]) by smtp.gmail.com with ESMTPSA id w18sm3111091wmw.26.2017.06.07.15.14.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 07 Jun 2017 15:14:25 -0700 (PDT) Subject: Re: [PATCH v7 3/4] Share fork_inferior et al with gdbserver To: Sergio Durigan Junior References: <1482464361-4068-1-git-send-email-sergiodj@redhat.com> <20170604221803.17649-1-sergiodj@redhat.com> <20170604221803.17649-4-sergiodj@redhat.com> <2e012ef6-587b-5883-0626-9f6dbb33d60f@redhat.com> <87o9tzo6cr.fsf@redhat.com> <87o9tzmq6o.fsf@redhat.com> <87k24nmow8.fsf@redhat.com> Cc: GDB Patches From: Pedro Alves Message-ID: Date: Wed, 07 Jun 2017 22:14:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <87k24nmow8.fsf@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-06/txt/msg00184.txt.bz2 On 06/07/2017 11:08 PM, Sergio Durigan Junior wrote: > On Wednesday, June 07 2017, Pedro Alves wrote: >> I notice now that get_exec_file is still declared >> in gdbcore.h, however. > > OK, I'll leave things as is then, and will tackle this problem at a > later date. TBC, please remove the redundant declaration in gdbcore.h (and add back the common-inferior.h inclusion from inferior.h, I guess). Thanks, Pedro Alves