summaryrefslogtreecommitdiff
path: root/gdb/mdebugread.c
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2011-11-10 20:21:29 +0000
committerDoug Evans <dje@google.com>2011-11-10 20:21:29 +0000
commit50f182aa6671dea0fdcf063d5974c623332f3e63 (patch)
tree305e9bf4cddbeadeaa410ab4ad250ded684a83b8 /gdb/mdebugread.c
parent6953d2240a9e4d4f5d6b8369c2367377b7d2ef47 (diff)
downloadbinutils-gdb-50f182aa6671dea0fdcf063d5974c623332f3e63.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/mdebugread.c')
-rw-r--r--gdb/mdebugread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c
index 29fe97b8aa5..0eab988aaa2 100644
--- a/gdb/mdebugread.c
+++ b/gdb/mdebugread.c
@@ -52,6 +52,7 @@
#include "stabsread.h"
#include "complaints.h"
#include "demangle.h"
+#include "gdb-demangle.h"
#include "gdb_assert.h"
#include "block.h"
#include "dictionary.h"