summaryrefslogtreecommitdiff
path: root/gdb/jv-typeprint.c
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2011-11-10 20:21:26 +0000
committerDoug Evans <dje@google.com>2011-11-10 20:21:26 +0000
commit19f173f49a22850c424736e95bc45f76d62aa3c0 (patch)
tree7690424d7777bada6b9e615d282e481463d1362c /gdb/jv-typeprint.c
parentc810e2afe0d47098b9dad9203b6f68e719a2e360 (diff)
downloadgdb-19f173f49a22850c424736e95bc45f76d62aa3c0.tar.gz
* defs.h (is_cplus_marker, set_demangling_style): Moved to ...
* gdb-demangle.h: ... here. New file. * demangle.c: #include "gdb-demangle.h". (_initialize_demangler): Use initialize_file_ftype for prototype. Move "set demangle" and "set asm-demangle" parameters here from utils.c (demangle, show_demangle, asm_demangle, show_asm_demangle): Move here from utils.c * utils.c: Update. #include "gdb-demangle.h". * symtab.h (asm_demangle): Delete. (demangle): Move declaration next to use. * breakpoint.c: #include "gdb-demangle.h" instead of "demangle.h". * dwarf2read.c: #include "gdb-demangle.h". * gnu-v2-abi.c: Ditto. * jv-typeprint.c: Ditto. * mdebugread.c: Ditto. * p-typeprint.c: Ditto. * stabsread.c: Ditto. * printcmd.c: Ditto. (asm_demangle): Delete declaration. * tui/tui-stack.c: #include "gdb-demangle.h".
Diffstat (limited to 'gdb/jv-typeprint.c')
-rw-r--r--gdb/jv-typeprint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/jv-typeprint.c b/gdb/jv-typeprint.c
index 8d9ebfd9ccd..b1e6aba6de8 100644
--- a/gdb/jv-typeprint.c
+++ b/gdb/jv-typeprint.c
@@ -23,6 +23,7 @@
#include "gdbtypes.h"
#include "value.h"
#include "demangle.h"
+#include "gdb-demangle.h"
#include "jv-lang.h"
#include "gdb_string.h"
#include "typeprint.h"