]> git.pld-linux.org Git - packages/gdb.git/blame - gdb-pretty-print-by-default.patch
- updated to 14.1 + rebased Fedora buildid patches set
[packages/gdb.git] / gdb-pretty-print-by-default.patch
CommitLineData
5673f127
JB
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
ffae5eeb
AM
4 struct value_print_options user_print_options =
5 {
321e94d6 6 Val_prettyformat_default, /* prettyformat */
5673f127
JB
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 */
ffae5eeb 18 PRINT_MAX_DEFAULT, /* print_max */
5673f127 19 PRINT_MAX_CHARS_DEFAULT, /* print_max_chars */
ffae5eeb 20 10, /* repeat_count_threshold */
This page took 0.110217 seconds and 4 git commands to generate.