HP3000-L Archives

March 1996, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Mark Klein <[log in to unmask]>
Reply To:
Mark Klein <[log in to unmask]>
Date:
Sat, 9 Mar 1996 13:20:39 PST
Content-Type:
text/plain
Parts/Attachments:
text/plain (18 lines)
Luis Arias asks:
 
>I have not yet been able to find the right options in order to debug a
>C program that has been compiled with gcc on MPE.  If I compile with
>c89 using the -g switch, xdb works fine.  If I use gcc, xdb has some
>symbolic information like the names of functions, but it does not seem
>to know in which file my source code lies and I am limited to assembly
>language debugging.
 
gcc outputs its symbol table in a format unknown to MPE. You won't be
able to use xdb for symbolic debug. Since I've not tried porting gdb
(the GNU debugger that understands these symbol tables) to MPE, there
currently is no way to do symbolic debugging of gcc produced objects.
 
Regards,
 
M.

ATOM RSS1 RSS2