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'


"Smith, Stephen \(SWCOE\)" <Stephen.Smith@honeywell.com> writes:
> Sounds good, but I am experiencing the same problem.  The trouble is
> that on my platform, neither symbol is defined (I am running on an
> embedded platform that does not have glibc ported to it.)  What should
> be the generic fix?

It looks as if you need to supply some appropriate function for
gdbarch_skip_solib_resolver.  See the comments for SKIP_SOLIB_RESOLVER
at the top of infrun.c.


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