]> git.pld-linux.org Git - packages/crossavr-gdb.git/blobdiff - gdb-pretty-print-by-default.patch
- asm-demangle enabled by default.
[packages/crossavr-gdb.git] / gdb-pretty-print-by-default.patch
index 157444f798e98a420818a5b174e192197e71eebb..006886d5752df8563e326b435fd62ae55a7511e7 100644 (file)
    unionprint = 1;
    addressprint = 1;
    print_max = PRINT_MAX_DEFAULT;
+--- gdb-6.8/gdb/utils.c.orig   2008-01-01 23:53:13.000000000 +0100
++++ gdb-6.8/gdb/utils.c        2008-04-04 10:23:07.000000000 +0200
+@@ -146,7 +146,7 @@
+    C++/ObjC form even in assembler language displays.  If this is set, but
+    DEMANGLE is zero, names are printed raw, i.e. DEMANGLE controls.  */
+-int asm_demangle = 0;
++int asm_demangle = 1;
+ static void
+ show_asm_demangle (struct ui_file *file, int from_tty,
+                  struct cmd_list_element *c, const char *value)
This page took 0.069447 seconds and 4 git commands to generate.