From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21896 invoked by alias); 15 Sep 2011 15:32:53 -0000 Received: (qmail 21888 invoked by uid 22791); 15 Sep 2011 15:32:52 -0000 X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 15 Sep 2011 15:32:35 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LRK00C00LRNRC00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Thu, 15 Sep 2011 18:32:32 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.126.9.62]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LRK00CMZLU79040@a-mtaout22.012.net.il>; Thu, 15 Sep 2011 18:32:32 +0300 (IDT) Date: Thu, 15 Sep 2011 15:42:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] PR/12691 Add the inferior to Python exited event In-reply-to: <09787EF419216C41A903FD14EE5506DD0307EF986F@AUSX7MCPC103.AMER.DELL.COM> To: Paul_Koning@Dell.com Cc: kevin.pouget@gmail.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <834o0dx1m5.fsf@gnu.org> References: <83vctdej0n.fsf@gnu.org> <83ty8xebob.fsf@gnu.org> <83obz5ea7z.fsf@gnu.org> <09787EF419216C41A903FD14EE5506DD0307EF986F@AUSX7MCPC103.AMER.DELL.COM> 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/msg00274.txt.bz2 > From: > CC: > Date: Thu, 15 Sep 2011 08:57:59 -0500 > > +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. Fine with me, if by "don't exist" you mean literally that.