[fpc-pascal] dwarf and stabs info in ppu?

Martin lazarus at mfriebe.de
Sun Nov 1 17:29:07 CET 2009


I wonder if there is a way, to include dwarf and stabs in the ppu. Or 
maybe I got something else wrong.

If I compile a package, the lcl, the rtl, whatever, I can do so with
-g getting stabs, then any app I compile with -gw will not see the debug 
info for those package
-gw geting dwarf, and any app compiled with -g will not see it

So I assume that the debug info stored in the ppu or .o files is 
specific to either dwarf or stabs.

Hence, I wonder, if both could be included in ppu or .o files. So I can 
choose freely when compiling my apps. (I understand the final exe can 
only have one (probably))

Best Regards
Martin



More information about the fpc-pascal mailing list