From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30242 invoked by alias); 27 Apr 2013 11:40:33 -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 30232 invoked by uid 89); 27 Apr 2013 11:40:33 -0000 X-Spam-SWARE-Status: No, score=-4.1 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_NIX_SPAM,SPF_SOFTFAIL,TW_SM autolearn=no version=3.3.1 Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sat, 27 Apr 2013 11:40:31 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MLW00A00WCL5300@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Sat, 27 Apr 2013 14:40:10 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MLW009DIWEXXG80@a-mtaout21.012.net.il>; Sat, 27 Apr 2013 14:40:10 +0300 (IDT) Date: Mon, 29 Apr 2013 06:30:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] Thread exit messages on MS-Windows In-reply-to: <517BA14C.2040804@gmail.com> To: asmwarrior Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <831u9wtd6b.fsf@gnu.org> References: <83obd1tyi7.fsf@gnu.org> <838v44tnf8.fsf@gnu.org> <517BA14C.2040804@gmail.com> X-SW-Source: 2013-04/txt/msg00845.txt.bz2 > Date: Sat, 27 Apr 2013 17:58:36 +0800 > From: asmwarrior > CC: gdb-patches@sourceware.org > > > No one replied, so I'm now converting this into an RFA. The patch > > below causes GDB on Windows to display thread exit messages like this: > > > > [Thread 5920.0x13e4 exited with code 0] > > [Thread 5920.0x12d0 exited with code 0] > > [Thread 5920.0x1cbc exited with code 0] > > > > OK to commit this (on the trunk)? > > > I just applied your patch, and the result GDB works fine. Great work! Thanks for testing.