]> git.pld-linux.org Git - packages/crossavr-gdb.git/blob - gdb-pretty-print-by-default.patch
- outdated
[packages/crossavr-gdb.git] / gdb-pretty-print-by-default.patch
1 --- gdb-6.8.50.20081125/gdb/valprint.c~ 2008-11-26 17:29:53.836145817 +0100
2 +++ gdb-6.8.50.20081125/gdb/valprint.c  2008-11-26 17:31:59.193231994 +0100
3 @@ -65,12 +65,12 @@
4  struct value_print_options user_print_options =
5  {
6    Val_pretty_default,          /* pretty */
7 -  0,                           /* prettyprint_arrays */
8 -  0,                           /* prettyprint_structs */
9 -  0,                           /* vtblprint */
10 +  1,                           /* prettyprint_arrays */
11 +  1,                           /* prettyprint_structs */
12 +  1,                           /* vtblprint */
13    1,                           /* unionprint */
14    1,                           /* addressprint */
15 -  0,                           /* objectprint */
16 +  1,                           /* objectprint */
17    PRINT_MAX_DEFAULT,           /* print_max */
18    10,                          /* repeat_count_threshold */
19    0,                           /* output_format */
This page took 0.04784 seconds and 3 git commands to generate.