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 2/4] Save plain text in the source cache


On Fri, Jul 26, 2019 at 6:34 AM Tom Tromey <tromey@adacore.com> wrote:
>
> Currently the source cache will only store highlighted text.  However,
> there's no reason it could not also store plain text, when styling is
> turned off.
>
> This patch makes this change.  This also simplifies the source cache
> code somewhat.
>
> gdb/ChangeLog
> 2019-07-26  Tom Tromey  <tromey@adacore.com>
>
>         * source-cache.c (source_cache::get_plain_source_lines):
>         Remove "first_line" and "last_line" parameters.
>         (source_cache::get_source_lines): Cache plain text.
>         * source-cache.h (class source_cache)
>         <get_plain_source_lines>: Update.

This caused:

https://sourceware.org/bugzilla/show_bug.cgi?id=25126


-- 
H.J.


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