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] pr10659 pretty-printing: Display vectors of vectors as matrix--rev 2


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


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