From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20385 invoked by alias); 21 Jan 2006 18:49:35 -0000 Received: (qmail 20377 invoked by uid 22791); 21 Jan 2006 18:49:34 -0000 X-Spam-Check-By: sourceware.org Received: from out4.smtp.messagingengine.com (HELO out4.smtp.messagingengine.com) (66.111.4.28) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 21 Jan 2006 18:49:32 +0000 Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id 40415D2FC62 for ; Sat, 21 Jan 2006 13:49:29 -0500 (EST) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Sat, 21 Jan 2006 13:49:29 -0500 Received: from [192.168.1.68] (unknown [88.144.29.233]) by frontend2.messagingengine.com (Postfix) with ESMTP id 43C74571507 for ; Sat, 21 Jan 2006 13:49:28 -0500 (EST) Message-ID: <43D28228.10105@fastmail.co.uk> Date: Sat, 21 Jan 2006 18:50:00 -0000 From: Ivan Novick User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051218) MIME-Version: 1.0 To: gdb@sourceware.org Subject: btacktrace on all threads Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00202.txt.bz2 Hi, Is there an easier way to backtrace all threads in a core file. What I am doing now is getting the list of thread numbers manually with info threads and then going to each thread individually and running backtrace there. Thanks for any tips or tricks on this subject you have figured out or can think of. Ivan