From: Paweł Sikora Date: Fri, 4 Apr 2008 08:34:59 +0000 (+0000) Subject: - asm-demangle enabled by default. X-Git-Tag: auto/th/gdb-6_8-1 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fgdb.git;a=commitdiff_plain;h=5160cf3fee8564db52267a5d5815f59b82ba3028 - asm-demangle enabled by default. Changed files: gdb-pretty-print-by-default.patch -> 1.2 --- diff --git a/gdb-pretty-print-by-default.patch b/gdb-pretty-print-by-default.patch index 157444f..006886d 100644 --- a/gdb-pretty-print-by-default.patch +++ b/gdb-pretty-print-by-default.patch @@ -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)