From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18605 invoked by alias); 24 Aug 2007 13:15:11 -0000 Received: (qmail 18248 invoked by uid 22791); 24 Aug 2007 13:15:07 -0000 X-Spam-Check-By: sourceware.org Received: from mailgw3.ericsson.se (HELO mailgw3.ericsson.se) (193.180.251.60) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 24 Aug 2007 13:14:57 +0000 Received: from mailgw3.ericsson.se (unknown [127.0.0.1]) by mailgw3.ericsson.se (Symantec Mail Security) with ESMTP id 2FFEA209B2; Fri, 24 Aug 2007 15:14:55 +0200 (CEST) X-AuditID: c1b4fb3c-af67dbb0000007e1-26-46ced9cf20c3 Received: from esealmw126.eemea.ericsson.se (unknown [153.88.254.123]) by mailgw3.ericsson.se (Symantec Mail Security) with ESMTP id 1722E2089F; Fri, 24 Aug 2007 15:14:55 +0200 (CEST) Received: from esealmw104.eemea.ericsson.se ([153.88.200.67]) by esealmw126.eemea.ericsson.se with Microsoft SMTPSVC(6.0.3790.1830); Fri, 24 Aug 2007 15:14:54 +0200 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Thread exit & create events Date: Fri, 24 Aug 2007 13:15:00 -0000 Message-ID: <9171BA436A79BF46953672FB5A11DA5E012B47B7@esealmw104.eemea.ericsson.se> In-Reply-To: <20070824121922.GA2374@caradoc.them.org> References: <9171BA436A79BF46953672FB5A11DA5E012B45C6@esealmw104.eemea.ericsson.se> <200708241046.l7OAkOel020079@brahms.sibelius.xs4all.nl> <20070824120037.GA1084@caradoc.them.org> <9171BA436A79BF46953672FB5A11DA5E012B4730@esealmw104.eemea.ericsson.se> <20070824121922.GA2374@caradoc.them.org> From: "Veenu Verma (AS/EAB)" To: "Daniel Jacobowitz" Cc: "Mark Kettenis" , Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-08/txt/msg00186.txt.bz2 =20 > No, but how are you getting these events in the first place? Are you really parsing the ~"" console output? > I think you can find discussions of a real MI event for this sort of thing in the archives somewhere. Yes, we are parsing console output.=20 What do you mean by a real MI event ? Searched archive for "MI events" but didnt find anything related. -----Original Message----- From: Daniel Jacobowitz [mailto:drow@false.org]=20 Sent: Friday, August 24, 2007 2:19 PM To: Veenu Verma (AS/EAB) Cc: Mark Kettenis; gdb@sourceware.org Subject: Re: Thread exit & create events On Fri, Aug 24, 2007 at 02:13:07PM +0200, Veenu Verma (AS/EAB) wrote: > >I am not sure why this would be any different on HP-UX unless they're > looking at WDB instead of GDB. >=20 > In GDB documentation it says >=20=20 > For example, on HP-UX, you see > [New thread 2 (system thread 26594)] >=20 > For example, on GNU/Linux, you might see [New Thread 46912507313328=20 > (LWP 25582) I suspect that 2 is the system identifier on HP-UX and this is not necessarily the same small integer as GDB's. I might be wrong though, I have never worked with the HP-UX code. > Is it difficult to incorporate this small integer while reporting an=20 > event in GDB ? No, but how are you getting these events in the first place? Are you really parsing the ~"" console output? I think you can find discussions of a real MI event for this sort of thing in the archives somewhere. -- Daniel Jacobowitz CodeSourcery