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'


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

(Fedora Core 6)


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