summaryrefslogtreecommitdiff
path: root/gdb/valprint.h
diff options
context:
space:
mode:
authorHui Zhu <teawater@gmail.com>2013-01-08 02:00:33 +0000
committerHui Zhu <teawater@gmail.com>2013-01-08 02:00:33 +0000
commitda7703f22875248bad0c5e7fb11a380a1fdf8512 (patch)
tree33714c8e0ff84b20b9ea9554ad024ed2bd61f0d0 /gdb/valprint.h
parent56bb90a30f0015aef0a30c3714c61d9a7ee9408b (diff)
downloadgdb-da7703f22875248bad0c5e7fb11a380a1fdf8512.tar.gz
2013-01-08 Hui Zhu <hui_zhu@mentor.com>
* printcmd.c: Remove define of function output_command. * tracepoint.c: Remove extern of function output_command. * valprint.h: (output_command): New extern.
Diffstat (limited to 'gdb/valprint.h')
-rw-r--r--gdb/valprint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/valprint.h b/gdb/valprint.h
index ae2880386dd..1aa5a1973b0 100644
--- a/gdb/valprint.h
+++ b/gdb/valprint.h
@@ -203,4 +203,6 @@ extern void generic_printstr (struct ui_file *stream, struct type *type,
int quote_char, int c_style_terminator,
const struct value_print_options *options);
+extern void output_command (char *exp, int from_tty);
+
#endif