SOURCES: gdb-pretty-print-by-default.patch - asm-demangle enabled ...
pluto
pluto at pld-linux.org
Fri Apr 4 10:35:05 CEST 2008
Author: pluto Date: Fri Apr 4 08:35:05 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- asm-demangle enabled by default.
---- Files affected:
SOURCES:
gdb-pretty-print-by-default.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/gdb-pretty-print-by-default.patch
diff -u SOURCES/gdb-pretty-print-by-default.patch:1.1 SOURCES/gdb-pretty-print-by-default.patch:1.2
--- SOURCES/gdb-pretty-print-by-default.patch:1.1 Tue Aug 22 19:25:59 2006
+++ SOURCES/gdb-pretty-print-by-default.patch Fri Apr 4 10:34:59 2008
@@ -24,3 +24,14 @@
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)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/gdb-pretty-print-by-default.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list