]> git.pld-linux.org Git - packages/gdb.git/blob - gdb-pretty-print-by-default.patch
- updated to 14.1 + rebased Fedora buildid patches set
[packages/gdb.git] / gdb-pretty-print-by-default.patch
1 --- gdb-7.7.1/gdb/valprint.c.orig       2014-06-04 16:13:46.353948386 +0200
2 +++ gdb-7.7.1/gdb/valprint.c    2014-06-04 16:15:55.599699077 +0200
3 @@ -108,12 +108,12 @@
4  struct value_print_options user_print_options =
5  {
6    Val_prettyformat_default,    /* prettyformat */
7 -  0,                           /* prettyformat_arrays */
8 -  0,                           /* prettyformat_structs */
9 -  0,                           /* vtblprint */
10 +  1,                           /* prettyformat_arrays */
11 +  1,                           /* prettyformat_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.053514 seconds and 3 git commands to generate.