]> git.pld-linux.org Git - packages/gdb.git/blobdiff - gdb-pretty-print-by-default.patch
- updated to 14.1 + rebased Fedora buildid patches set
[packages/gdb.git] / gdb-pretty-print-by-default.patch
index c9a278a47d59843f693ec719821d8ea21396be2a..da28c4972779e1552fda09b4d32794ac39ebaa10 100644 (file)
@@ -1,19 +1,20 @@
---- gdb-6.8.50.20081125/gdb/valprint.c~        2008-11-26 17:29:53.836145817 +0100
-+++ gdb-6.8.50.20081125/gdb/valprint.c 2008-11-26 17:31:59.193231994 +0100
-@@ -65,12 +65,12 @@
+--- gdb-14.1/gdb/valprint.c.orig       2014-06-04 16:13:46.353948386 +0200
++++ gdb-14.1/gdb/valprint.c    2014-06-04 16:15:55.599699077 +0200
+@@ -106,13 +106,13 @@ static void val_print_type_code_flags (s
  struct value_print_options user_print_options =
  {
-   Val_pretty_default,         /* pretty */
--  0,                          /* prettyprint_arrays */
--  0,                          /* prettyprint_structs */
--  0,                          /* vtblprint */
-+  1,                          /* prettyprint_arrays */
-+  1,                          /* prettyprint_structs */
-+  1,                          /* vtblprint */
-   1,                          /* unionprint */
-   1,                          /* addressprint */
--  0,                          /* objectprint */
-+  1,                          /* objectprint */
+   Val_prettyformat_default,   /* prettyformat */
+-  false,                      /* prettyformat_arrays */
+-  false,                      /* prettyformat_structs */
+-  false,                      /* vtblprint */
++  true,                               /* prettyformat_arrays */
++  true,                               /* prettyformat_structs */
++  true,                               /* vtblprint */
+   true,                               /* unionprint */
+   true,                               /* addressprint */
+   false,                      /* nibblesprint */
+-  false,                      /* objectprint */
++  true,                               /* objectprint */
    PRINT_MAX_DEFAULT,          /* print_max */
+   PRINT_MAX_CHARS_DEFAULT,    /* print_max_chars */
    10,                         /* repeat_count_threshold */
-   0,                          /* output_format */
This page took 0.028396 seconds and 4 git commands to generate.