From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6932 invoked by alias); 17 May 2014 19:00:50 -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 6917 invoked by uid 89); 17 May 2014 19:00:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yk0-f180.google.com Received: from mail-yk0-f180.google.com (HELO mail-yk0-f180.google.com) (209.85.160.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 17 May 2014 19:00:48 +0000 Received: by mail-yk0-f180.google.com with SMTP id q9so3249440ykb.25 for ; Sat, 17 May 2014 12:00:46 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.236.113.69 with SMTP id z45mr37529730yhg.0.1400353246524; Sat, 17 May 2014 12:00:46 -0700 (PDT) Received: by 10.170.150.70 with HTTP; Sat, 17 May 2014 12:00:46 -0700 (PDT) In-Reply-To: <53148851.6070100@redhat.com> References: <53148851.6070100@redhat.com> Date: Sat, 17 May 2014 19:00:00 -0000 Message-ID: Subject: Re: [PATCH] Prune program spaces in remove-inferiors From: Doug Evans To: Pedro Alves Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg00319.txt.bz2 On Mon, Mar 3, 2014 at 5:49 AM, Pedro Alves wrote: > On 03/02/2014 09:23 PM, Doug Evans wrote: > >> 2014-03-02 Doug Evans >> >> * inferior.c (prune_inferiors): Fix comment. >> (remove_inferior_command): Call prune_program_spaces. > > Looks fine to me. > > Thanks, Committed.