This is the mail archive of the gdb@sourceware.org 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: gdb very slow during 'step into'


On Tue, Jan 02, 2007 at 03:45:44PM -0800, Jim Blandy wrote:
> 
> Andreas Schwab <schwab@suse.de> writes:
> > Mark Kettenis <mark.kettenis@xs4all.nl> writes:
> >
> >> Do it might very well be that the lookup for "_dl_runtime_resolve" or
> >> "fixup" fails, especially on a system whithout debug info for glibc.
> >
> > In current glibc versions the function is called _dl_fixup anyway.
> 
> I think those are two different things:
> 
> $ nm /lib/ld-linux.so.2 | grep _dl_fixup
> 0087ea30 t _dl_fixup
> $ nm /lib/ld-linux.so.2 | grep _dl_runtime_resolve
> 00883ec0 t _dl_runtime_resolve

He's talking about fixup, not about _dl_runtime_resolve.  They're
different things, IIRC.

-- 
Daniel Jacobowitz
CodeSourcery


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