]> git.pld-linux.org Git - packages/gdb.git/blame - gdb-pretty-print-by-default.patch
- fix build on x32
[packages/gdb.git] / gdb-pretty-print-by-default.patch
CommitLineData
321e94d6
BS
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 @@
ffae5eeb
AM
4 struct value_print_options user_print_options =
5 {
321e94d6
BS
6 Val_prettyformat_default, /* prettyformat */
7- 0, /* prettyformat_arrays */
8- 0, /* prettyformat_structs */
ffae5eeb 9- 0, /* vtblprint */
321e94d6
BS
10+ 1, /* prettyformat_arrays */
11+ 1, /* prettyformat_structs */
ffae5eeb
AM
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.0271 seconds and 4 git commands to generate.