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


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