what is the equivalent of dumpstabs -s solaris command in linux?
Regards
ven
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I guess this should do the same:
Or maybe
for ELF files. You can give various options to that last command (see
man readelf).Edit: After reading the manual of
objdump, I found the-Goption to show the STABS (I guess this is what you want). The manual mentions the following:So maybe what you want just isn’t possible on Linux.