From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2427 invoked by alias); 8 Mar 2002 10:51:16 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 2343 invoked from network); 8 Mar 2002 10:51:15 -0000 Received: from unknown (HELO mta6.snfc21.pbi.net) (206.13.28.240) by sources.redhat.com with SMTP; 8 Mar 2002 10:51:15 -0000 Received: from thermos ([66.120.202.2]) by mta6.snfc21.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with SMTP id <0GSN00L1Z5EPYE@mta6.snfc21.pbi.net> for gdb@sources.redhat.com; Thu, 07 Mar 2002 22:16:14 -0800 (PST) Date: Fri, 08 Mar 2002 02:51:00 -0000 From: Jeff Jenkins Subject: RE: GDB & info threads command In-reply-to: <3C8849D3.1020502@cygnus.com> To: Andrew Cagney , Daniel Jacobowitz Cc: gdb@sources.redhat.com Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal X-SW-Source: 2002-03/txt/msg00072.txt.bz2 Yea. I can't imagine how BIG apps (meaning lots of threads) would survive without this *feature*. Being able to load the core file and examine all the threads at the time of the core is invaluable! Do this all the time with dbx on Solaris. I guess I am spoiled... -- jrj -----Original Message----- From: Andrew Cagney [mailto:ac131313@cygnus.com] Sent: Thursday, March 07, 2002 9:19 PM To: Daniel Jacobowitz Cc: Jeff Jenkins; gdb@sources.redhat.com Subject: Re: GDB & info threads command Sounds like something to file a dummy bug report against. > On Thu, Mar 07, 2002 at 08:17:00PM -0800, Jeff Jenkins wrote: > >> So, just to be thorough, this is a limitation of the kernel, not GDB. Right? > > > Right. Andrew