Date: Sun, 20 Aug 2000 10:10:31 -0600 (MDT) From: Trevin Beattie <trevin@xmission.com> To: questions@freebsd.org Subject: RE: How to see information left by -g option og gcc or for puris Message-ID: <XFMail.000820101031.trevin@xmission.com> In-Reply-To: <Pine.GSO.4.10.10008201739470.5570-100000@sun34>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.000820101031.trevin>