Hi, I am compiling a program in an elf file with .stab and .stabstr section. I want to see line number information provided in the stabstr section. Is there any utility which I can use? TIA
- posted
15 years ago
Hi, I am compiling a program in an elf file with .stab and .stabstr section. I want to see line number information provided in the stabstr section. Is there any utility which I can use? TIA
The '.stabstr' section doesn't provide any line number info; '.stab' does.
Try 'objdump --stabs a.out'
Cheers,
-- In order to understand recursion you must first understand recursion. Remove /-nsp/ for email.
Thanks.
ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.