gdb very slow during 'step into'
Jim Blandy
jimb@codesourcery.com
Wed Jan 3 21:17:00 GMT 2007
Andreas Schwab <schwab@suse.de> writes:
> Jim Blandy <jimb@codesourcery.com> writes:
>
>> @@ -90,8 +90,14 @@
>>
>> if (resolver)
>> {
>> + /* This is the name used in the dynamic linker at the beginning
>> + of 2007. */
>> struct minimal_symbol *fixup
>> - = lookup_minimal_symbol ("fixup", NULL, objfile);
>> + = lookup_minimal_symbol ("_dl_fixup", NULL, objfile);
>
> JFTR, the function was renamed (almost exactly) 2 years ago.
Great --- I'll update the comment, if this fix actually works (or if
it looks right enough to others that they suggest just putting it in
anyway).
More information about the Gdb
mailing list