On Jan 11, 2013, at 1:38 PM, John McKown wrote: > . I then use objcopy --only-keep-debug to create a .dbg > file. But now I'm stumped. Is there a program which interprets such a > debug file and produces a human readable report?
if you have objcopy, you likely have objdump as well. That should do what you want as long as you give it the right input. Since objdump can vary greatly by platform, it's best if you use objdump --help or man objdump to find out what options to specify. -- Mark Vitale [email protected] ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
