From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9309 invoked by alias); 30 Sep 2014 02:36:28 -0000 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 Received: (qmail 9288 invoked by uid 89); 30 Sep 2014 02:36:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout23.012.net.il Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 30 Sep 2014 02:36:21 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0NCP00I000C2OK00@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Tue, 30 Sep 2014 05:36:18 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NCP00IV20KHN310@a-mtaout23.012.net.il>; Tue, 30 Sep 2014 05:36:18 +0300 (IDT) Date: Tue, 30 Sep 2014 02:36:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH v5] Exit code of exited inferiors in -list-thread-groups In-reply-to: <5429D2E5.8050203@ericsson.com> To: Simon Marchi Cc: tromey@redhat.com, palves@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <8338b9n8bp.fsf@gnu.org> References: <1400018204-29559-1-git-send-email-simon.marchi@ericsson.com> <87mweh31qi.fsf@fleche.redhat.com> <537CE38B.7040000@ericsson.com> <537CEBCB.5020401@redhat.com> <538CC2CD.9040309@ericsson.com> <538CCF1F.5000902@redhat.com> <87lhtcbl8e.fsf@fleche.redhat.com> <5429D25E.4020302@ericsson.com> <5429D2E5.8050203@ericsson.com> X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00863.txt.bz2 > Date: Mon, 29 Sep 2014 17:45:09 -0400 > From: Simon Marchi > CC: > > Arrrrg. Forgot to add the files in gdb/testsuite. Here's the complete patch: Thanks. > +* MI changes > + > + ** The -list-thread-groups command outputs an exit-code firld for > + inferiors that have exited. ^^^^^ A typo. > +@item exit-code > +The exit code of this thread group when it last exited, formatted in octal. "The exit code of this group's last exited thread, formatted in octal." The documentation parts are okay with these fixed.