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


On 7/26/19 2:34 PM, Tom Tromey wrote:
> A user noticed that gdb calls open very many times while stepping.
> 
> This series improves gdb's behavior by changing the source cache to
> also cache un-highlighted text, and to track the "line_charpos" data
> that is currently put into the symtab.  It also includes a patch to
> fix an apparently longstanding logic bug in the source file error
> reporting.
> 
> Tested on x86-64 Fedora 29.

Coming late to the party, but, nice, pretty cool.

Thanks,
Pedro Alves


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