Just a shot in the dark, but does it working using gdb with the -s option and passing the debug file to the -s flag? Like gdb /usr/bin/foo -s /usr/lib/debug/usr/bin/foo.debug or something like that.
G�tz Waschk wrote: > Hi, > > 5 minutes of googeling didn't help me, that's why I'm asking you: How > do I use the debug packages created by the newest rpm version? They > contain some files ending in .debug that contain the symbols removed > by the strip command which otherwise get discarded. Do I have to merge > them back into the executables and libraries or is there a way I can > make gdb use that symbols? > > CU
