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'


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.

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]