This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB 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: Display libc function names instead of address ?


Le jeudi 16 juin 2005 à 00:43 -0400, Daniel Jacobowitz a écrit :
> GDB can't do this - but, I think, that the very latest BFD/opcodes
> library supports this for some targets.  Someone needs to hook those
> bits up to GDB.

Yep you're right. Google said me that BFD and opcodes are part of
binutils. So I took last CVS version. It gives me better result :

 804839b:       e8 10 ff ff ff          call   80482b0 <printf@plt>
instead of
 804839b:       e8 10 ff ff ff          call   80482b0 <_init+0x38>

So I think that I have to wait until next GDB release.

Bye, Haypo


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