This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 0/4] Fewer calls to "open" when stepping
- From: Tom Tromey <tromey at adacore dot com>
- To: Tom Tromey <tromey at adacore dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 06 Aug 2019 08:09:12 -0600
- Subject: Re: [PATCH 0/4] Fewer calls to "open" when stepping
- References: <20190726133422.5896-1-tromey@adacore.com>
>>>>> "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