summaryrefslogtreecommitdiff
path: root/gdb/tui
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/tui
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/tui')
-rw-r--r--gdb/tui/tui-stack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/tui/tui-stack.c b/gdb/tui/tui-stack.c
index 1ec9bcce653..10d52e80265 100644
--- a/gdb/tui/tui-stack.c
+++ b/gdb/tui/tui-stack.c
@@ -28,6 +28,7 @@
#include "inferior.h"
#include "target.h"
#include "top.h"
+#include "gdb-demangle.h"
#include "gdb_string.h"
#include "tui/tui.h"
#include "tui/tui-data.h"