This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Instantiate a single source highlighter
- 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, 18 Jun 2019 14:00:09 -0600
- Subject: Re: [PATCH] Instantiate a single source highlighter
- References: <20190618194053.7515-1-tromey@adacore.com>
>>>>> "Tom" == Tom Tromey <tromey@adacore.com> writes:
Tom> +#include <srchilite/parserexception.h>
Oops, I didn't mean to include this hunk.
This came from an attempt to let gdb try to use the rust language from
source highlight (new in git -- not in a release), and then fall back if
it isn't found. However, that's causing crashes in the library and so
isn't quite ready...
Meanwhile I've removed this include from my patch.
Tom