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 ?


> Date: Thu, 16 Jun 2005 05:36:00 +0200
> From: Victor STINNER <victor.stinner@haypocalc.com>
> 
> I woud like to know if it is possible to display libc functions name
> instead of their address. Example :
> 
> (1) (...) // prepare parameters
>     call 0x8048728
> 
> (2) jmp *0x804a6b0 // in relocation table, at 0x08048728

In response of what command(s) would you like to see the function
names?  Can you post an example of a command and its current output?


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