From owner-freebsd-questions Sun Aug 20 9:10:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.xmission.com (mail.xmission.com [198.60.22.22]) by hub.freebsd.org (Postfix) with ESMTP id 0C5BC37B423 for ; Sun, 20 Aug 2000 09:10:34 -0700 (PDT) Received: from [166.70.7.10] (helo=clay.slc.ut.us) by mail.xmission.com with esmtp (Exim 3.03 #3) id 13QXg9-0000M9-00 for questions@freebsd.org; Sun, 20 Aug 2000 10:10:33 -0600 Received: (from trevin@localhost) by clay.slc.ut.us (8.9.3/8.9.3) id KAA23558 for questions@freebsd.org; Sun, 20 Aug 2000 10:10:31 -0600 (MDT) Message-ID: X-Mailer: XFMail 1.3 [p0] on NetBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Sun, 20 Aug 2000 10:10:31 -0600 (MDT) From: Trevin Beattie To: questions@freebsd.org Subject: RE: How to see information left by -g option og gcc or for puris Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How about "nm -a" (Display debugger-only symbols)? Or, if you really want all the little details, generate assembler output with "gcc -g -S" and look at all the extra debugging directives (e.g., .stabs "int:t1=r1;0020000000000;0017777777777;",128,0,0,0). --- Trevin Beattie "I stayed up all night playing poker with tarot cards. I got a full house and four people died." -- Steven Wright To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message