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'


Daniel Jacobowitz <drow@false.org> writes:

> 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.

_dl_runtime_resolve is just a wrapper around _dl_fixup.  The latter has
been renamed because the wrapper has been moved to its own source file.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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