From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14062 invoked by alias); 19 Sep 2011 10:38:48 -0000 Received: (qmail 14054 invoked by uid 22791); 19 Sep 2011 10:38:47 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 19 Sep 2011 10:38:34 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1R5bFB-0004eU-MO; Mon, 19 Sep 2011 06:38:33 -0400 Date: Mon, 19 Sep 2011 10:41:00 -0000 Message-Id: From: Eli Zaretskii To: Kevin Pouget CC: tromey@redhat.com, gdb-patches@sourceware.org In-reply-to: (message from Kevin Pouget on Mon, 19 Sep 2011 12:15:56 +0200) Subject: Re: [PATCH] PR/12691 Add the inferior to Python exited event Reply-to: Eli Zaretskii 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-09/txt/msg00356.txt.bz2 > From: Kevin Pouget > Date: Mon, 19 Sep 2011 12:15:56 +0200 > Cc: Eli Zaretskii , gdb-patches@sourceware.org > > +An integer representing the exit code, if available, which the inferior > +has returned. (The exit code could be unavailable if, for example, > +@value{GDBN} detaches from the inferior.) If the exit code is unavailable, > +the attribute does not exist. ^^ One more space there, please. Otherwise, fine with me.