From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28406 invoked by alias); 23 Nov 2014 12:46:44 -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 28393 invoked by uid 89); 23 Nov 2014 12:46:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: mail-pa0-f46.google.com Received: from mail-pa0-f46.google.com (HELO mail-pa0-f46.google.com) (209.85.220.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 23 Nov 2014 12:46:42 +0000 Received: by mail-pa0-f46.google.com with SMTP id lj1so7871996pab.33 for ; Sun, 23 Nov 2014 04:46:41 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=Y+48qbi6nvGRWQdRTKTcfmlXk7sGnYWO0smYN+Sjg/s=; b=WLkOj5/uvSm7ZVwNNrDSJl+RGepHgX0nd3sHDB1LHidoyh1jVej2YisXUWpNv00Xt1 iZO/iWNTUIR6u/vUZ5k0tjdz3lmJHkKxDKv2YZMOR+3+mE440Ibj7z/e/IRbFcZp2DN4 s3TuY/xTTMG8ZR4Fi5oelVE7w3TvXsMSO9gjm96YrjY/C0p44Es4cT0JXID8kiIGWKke eknFdOFadq9qjpRXwwkeppIkPh/v5ost+TOCokwQzWdUwHmUFOX6KIh90RNV7MCCu2jk idVT6HpUxUeV5Z/4eupF/WPpPELU7t3y0dwjSp+zWEQUBJrod81S2s6WG0BthWRNthET MSTQ== X-Gm-Message-State: ALoCoQlJFa5RuJ/HXc+4tZWbzeyLyW4TDMbgj4S5XeQj0pv5AsWZEgThKMSsJhRWOxlsphnGVjs5 X-Received: by 10.66.146.135 with SMTP id tc7mr24049347pab.155.1416746801188; Sun, 23 Nov 2014 04:46:41 -0800 (PST) MIME-Version: 1.0 Received: by 10.70.31.100 with HTTP; Sun, 23 Nov 2014 04:46:20 -0800 (PST) In-Reply-To: <20141123094623.GD7136@adacore.com> References: <1415991890-26872-1-git-send-email-patrick@parcs.ath.cx> <20141123094623.GD7136@adacore.com> From: Patrick Palka Date: Sun, 23 Nov 2014 12:46:00 -0000 Message-ID: Subject: Re: [PATCH] checkpoint: print index of new checkpoint in response message To: Joel Brobecker Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-11/txt/msg00568.txt.bz2 On Sun, Nov 23, 2014 at 4:46 AM, Joel Brobecker wrote: >> This way the user can know the index of the latest checkpoint without >> having to run "info checkpoints" afterwards. >> >> 2014-11-14 Patrick Palka >> >> * linux-fork.c (checkpoint_command): Print index of new >> checkpoint in response message. > > Looks good. > > I will push this patch for you, but perhaps it might be time > for you to request "Write After Approval" privileges, allow you > to push your patches yourself. Let me know if you'd like to get > set up for that. Thanks for committing these patches for me. I am interested in write-after-approval privileges. I will email you privately. > > Thank you, > -- > Joel