This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: question about using gcc, addr2line, objdump on solaris 8


Hi Hagai Yaffe,

> but i need to do the same thing on obj files (not exe) and then i get
> somthing like this : 

Addr2ine is only intended to work on fully linked executables, so it
is not surprising that it does not work with object files.

> when i try to use objdump i get only assambler lines. 

What options were you giving to objdump ?  In particular were you
using the -d and -S options ?  If so, which debugging format are you
using ?

Cheers
        Nick


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]