This is the mail archive of the gdb-patches@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: [PATCH 0/4] Fewer calls to "open" when stepping


>>>>> "Tom" == Tom Tromey <tromey@adacore.com> writes:

Tom> A user noticed that gdb calls open very many times while stepping.
Tom> This series improves gdb's behavior by changing the source cache to
Tom> also cache un-highlighted text, and to track the "line_charpos" data
Tom> that is currently put into the symtab.  It also includes a patch to
Tom> fix an apparently longstanding logic bug in the source file error
Tom> reporting.

Tom> Tested on x86-64 Fedora 29.

I'm checking this in now.

Tom


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