From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4929 invoked by alias); 13 Feb 2004 14:48:37 -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 4910 invoked from network); 13 Feb 2004 14:48:36 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by sources.redhat.com with SMTP; 13 Feb 2004 14:48:36 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3/8.9.3) with ESMTP id KAA17758; Fri, 13 Feb 2004 10:05:41 -0500 Received: from qnx.com ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with ESMTP id JAA22648; Fri, 13 Feb 2004 09:48:35 -0500 Message-ID: <402CE420.5040507@qnx.com> Date: Fri, 13 Feb 2004 14:48:00 -0000 From: Kris Warkentin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 MIME-Version: 1.0 To: Bob Rossi CC: gdb@sources.redhat.com Subject: Re: Executable's debug format References: <20040213005432.GA4476@white> In-Reply-To: <20040213005432.GA4476@white> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00136.txt.bz2 I usually just run it in gdb. Then 'info source' will tell you which debug format the particular module your PC in is. cheers, Kris Bob Rossi wrote: >Hi, > >Sorry if this is a beginners question ... > >Is there a way to find out what debug format the debugging info in the >executable is in? > >Or is it more complicated? Can a single executable be composed of object >files which each have there debugging info in a different format? > >Bob Rossi > >