From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9340 invoked by alias); 21 Apr 2011 10:01:02 -0000 Received: (qmail 9328 invoked by uid 22791); 21 Apr 2011 10:01:01 -0000 X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 21 Apr 2011 10:00:47 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LJZ00100XC47500@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Thu, 21 Apr 2011 13:00:46 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.124.129.240]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LJZ000F9YH9JR80@a-mtaout20.012.net.il>; Thu, 21 Apr 2011 13:00:46 +0300 (IDT) Date: Thu, 21 Apr 2011 10:01:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] PR/12691 Add the inferior to Python exited event In-reply-to: To: Kevin Pouget Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83hb9r3ouk.fsf@gnu.org> References: 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-04/txt/msg00388.txt.bz2 > From: Kevin Pouget > Date: Thu, 21 Apr 2011 05:18:39 -0400 > > 2011-04-21 Kevin Pouget > > PR python/12691: Add the inferior to Python exited event > * gdb.texinfo (Events In Python): Describe exited inferior attribute. This part is okay.