> ---------- 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 Python 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 Python 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.  The 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 Kevin Pouget PR Python/12692 Add gdb.selected_inferior() to Python interface. * gdb.texinfo (Inferiors In Python): Describe new gdb.selected_inferior() function. 2011-08-31 Kevin Pouget PR Python/12692 Add gdb.selected_inferior() to Python interface. * python/py-inferior.c (GdbMethods): New Python method definition. 2011-08-31 Kevin Pouget PR Python/12692 Add gdb.selected_inferior() to Python interface. * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().