]> 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-14.1/gdb/valprint.c.orig        2014-06-04 16:13:46.353948386 +0200
2 +++ gdb-14.1/gdb/valprint.c     2014-06-04 16:15:55.599699077 +0200
3 @@ -106,13 +106,13 @@ static void val_print_type_code_flags (s
4  struct value_print_options user_print_options =
5  {
6    Val_prettyformat_default,    /* prettyformat */
7 -  false,                       /* prettyformat_arrays */
8 -  false,                       /* prettyformat_structs */
9 -  false,                       /* vtblprint */
10 +  true,                                /* prettyformat_arrays */
11 +  true,                                /* prettyformat_structs */
12 +  true,                                /* vtblprint */
13    true,                                /* unionprint */
14    true,                                /* addressprint */
15    false,                       /* nibblesprint */
16 -  false,                       /* objectprint */
17 +  true,                                /* objectprint */
18    PRINT_MAX_DEFAULT,           /* print_max */
19    PRINT_MAX_CHARS_DEFAULT,     /* print_max_chars */
20    10,                          /* repeat_count_threshold */
This page took 0.042146 seconds and 4 git commands to generate.