From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 126364 invoked by alias); 7 Jun 2017 22:29:14 -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 126347 invoked by uid 89); 7 Jun 2017 22:29:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy= X-HELO: mail-wm0-f48.google.com Received: from mail-wm0-f48.google.com (HELO mail-wm0-f48.google.com) (74.125.82.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 07 Jun 2017 22:29:12 +0000 Received: by mail-wm0-f48.google.com with SMTP id 7so127017054wmo.1 for ; Wed, 07 Jun 2017 15:29:16 -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=nsc3mVu7Ums0QixRlbMhsWvtLkFC+MZVeQPlNJuuUok=; b=llcOWsow5JfngucTsn8pO0aQffzyzOnsPwijbQDaM/4+3pE9Kb+d/D4/PCd1q8hsiJ Rbsn7nYJ4j0askPZ+lSgkZ3WwIhZ/q5LNayt5ttZ426l4hEcSD5Iwk8GPGYnLwZWL7kK lkygCk4++2vrxTeSJ7d9EiOwcvPfGFd6kZxwwKYTRO3+v5yVabJpiYYGJNp8XNf+qE6+ 9QwK3aD7XgnXhG/4Ek0zu+fpt5P+yTgpNL7AkMR6n2MwhIoiCX6izhJstSgd4nS7D/gN FwMUkMICgC0dXkLwre8f0t+BR0JsTx63Gm/XIcswekhue7qWZkLlHlBo+QHsNqavWeKN OP4Q== X-Gm-Message-State: AODbwcDoc7lH2hhzfgcL3AvcUkbdv1HbbshF5GEiweWJ9KpCqOjO7fau I3/JQb9gCJQQbDuS6chogA== X-Received: by 10.28.8.3 with SMTP id 3mr1181552wmi.38.1496874554349; Wed, 07 Jun 2017 15:29:14 -0700 (PDT) Received: from [192.168.0.102] ([37.189.166.198]) by smtp.gmail.com with ESMTPSA id v45sm2892144wrb.68.2017.06.07.15.29.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 07 Jun 2017 15:29:13 -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> <87fufbmole.fsf@redhat.com> Cc: GDB Patches From: Pedro Alves Message-ID: Date: Wed, 07 Jun 2017 22:29: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: <87fufbmole.fsf@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-06/txt/msg00190.txt.bz2 In the commit log: On 06/07/2017 11:15 PM, Sergio Durigan Junior wrote: > This is the most important (and the biggest, sorry) patch of the > series. It moves fork_inferior from gdb/fork-child.c to > common/common-fork-child.c and makes all the necessary adjustments to > both GDB and gdbserver to make sure everything works OK. common/common-fork-child.c -> nat/fork-inferior.c Series is OK. Please push. Thanks, Pedro Alves