This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFC/RFA PATCH] Fix completer.c FIXME, and invalid pointer to pointer conversion.
- From: Tom Tromey <tromey at redhat dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Wed, 13 Mar 2013 11:43:16 -0600
- Subject: Re: [RFC/RFA PATCH] Fix completer.c FIXME, and invalid pointer to pointer conversion.
- References: <20130313165042.26289.16370.stgit@brno.lan>
>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:
Pedro> This patch removes all that dead code, then makes
Pedro> current_demangling_style_string point to an element of
Pedro> demangling_style_names, as the FIXME suggests, and then makes
Pedro> current_demangling_style_string, removing the need for the 'const char
Pedro> **' cast.
Looks good to me.
Tom