This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch] pr10659 pretty-printing: Display vectors of vectors as matrix--rev 2
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Chris Moller <cmoller at redhat dot com>
- Cc: tromey at redhat dot com, "gdb-patches at sourceware dot org" <gdb-patches at sourceware dot org>
- Date: Wed, 30 Jun 2010 14:26:10 +0200
- Subject: Re: [patch] pr10659 pretty-printing: Display vectors of vectors as matrix--rev 2
- References: <4BFEA148.7000409@redhat.com> <m31vcxf3oi.fsf@fleche.redhat.com> <4C0407E4.3020604@redhat.com>
On Mon, 31 May 2010 21:03:00 +0200, Chris Moller wrote:
> --- valprint.h 1 Jan 2010 07:31:43 -0000 1.25
> +++ valprint.h 31 May 2010 18:35:09 -0000
> @@ -31,6 +31,9 @@
> /* Controls pretty printing of arrays. */
> int prettyprint_arrays;
>
> + /* Affects pretty printing of matrices. */
> + int prettyprint_matrix;
> +
> /* Controls pretty printing of structures. */
> int prettyprint_structs;
>
This part has massive regression, one sample:
FAIL: gdb.base/break-entry.exp: running to *0x4002e0 in runto
BTW please use -p for CVS diff (this is `struct value_print_options').
Thanks,
Jan