]> git.pld-linux.org Git - packages/crossavr-gdb.git/commitdiff
- asm-demangle enabled by default. auto/th/gdb-6_8-1 auto/th/gdb-6_8-2 auto/ti/gdb-6_8-1
authorPaweł Sikora <pluto@pld-linux.org>
Fri, 4 Apr 2008 08:34:59 +0000 (08:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdb-pretty-print-by-default.patch -> 1.2

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.050005 seconds and 4 git commands to generate.