From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23080 invoked by alias); 19 Sep 2011 08:04:40 -0000 Received: (qmail 23071 invoked by uid 22791); 19 Sep 2011 08:04:37 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-vw0-f50.google.com (HELO mail-vw0-f50.google.com) (209.85.212.50) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 19 Sep 2011 08:04:23 +0000 Received: by vws14 with SMTP id 14so9533528vws.23 for ; Mon, 19 Sep 2011 01:04:21 -0700 (PDT) Received: by 10.52.91.140 with SMTP id ce12mr89206vdb.184.1316419460287; Mon, 19 Sep 2011 01:04:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.178.11 with HTTP; Mon, 19 Sep 2011 01:04:00 -0700 (PDT) In-Reply-To: References: From: Kevin Pouget Date: Mon, 19 Sep 2011 10:16:00 -0000 Message-ID: Subject: Re: [Patch] PR Python/12692 Add gdb.selected_inferior() to Python interface. To: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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 X-SW-Source: 2011-09/txt/msg00353.txt.bz2 On Wed, Aug 31, 2011 at 4:13 PM, Kevin Pouget wrot= e: > > > ---------- Forwarded message ---------- > > From: Tom Tromey > > Date: Mon, Apr 25, 2011 at 9:15 PM > > Subject: Re: [Patch] PR Python/12692 Add gdb.selected_inferior() to Pyt= hon interface. > > > > This is ok with this changed, pending doc review. > > > > Tom > > > > ---------- Forwarded message ---------- > > From: Eli Zaretskii > > Date: Mon, May 30, 2011 at 9:50 AM > > Subject: Re: [Patch] PR Python/12692 Add gdb.selected_inferior() to Pyt= hon interface. > > To: Kevin Pouget > > Cc: gdb-patches@sourceware.org > > > > > > > From: Kevin Pouget > > > Date: Mon, 30 May 2011 03:44:28 -0400 > > > > > > has a pending doc review > > > > Sorry. =A0The patch for the manual is okay. > > Hello, > > I regenerated this patch against the up-to-date tree, which was > previously accepted > > > Cordially, > > Kevin > > 2011-08-31 =A0Kevin Pouget =A0 > > =A0 =A0 =A0 =A0PR Python/12692 Add gdb.selected_inferior() to Python inte= rface. > =A0 =A0 =A0 =A0* gdb.texinfo (Inferiors In Python): Describe new > =A0 =A0 =A0 =A0gdb.selected_inferior() function. > > 2011-08-31 =A0Kevin Pouget > > =A0 =A0 =A0 =A0PR Python/12692 Add gdb.selected_inferior() to Python inte= rface. > =A0 =A0 =A0 =A0* python/py-inferior.c (GdbMethods): New Python method def= inition. > > 2011-08-31 =A0Kevin Pouget =A0 > > =A0 =A0 =A0 =A0PR Python/12692 Add gdb.selected_inferior() to Python inte= rface. > =A0 =A0 =A0 =A0* gdb.python/py-inferior.exp: Add testcase for gdb.selecte= d_inferior(). Commited on 15 Sep 2011: http://sourceware.org/ml/gdb-cvs/2011-09/msg00086.html