From 03cdf6804af11d57e8c331d51fcf72ccf25819ed Mon Sep 17 00:00:00 2001 From: Hui Zhu Date: Tue, 8 Jan 2013 02:00:34 +0000 Subject: 2013-01-08 Hui Zhu * printcmd.c: Remove define of function output_command. * tracepoint.c: Remove extern of function output_command. * valprint.h: (output_command): New extern. --- gdb/ChangeLog | 6 ++++++ gdb/printcmd.c | 2 -- gdb/tracepoint.c | 5 ----- gdb/valprint.h | 2 ++ 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 17caa3c..8ba8772 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2013-01-08 Hui Zhu + + * printcmd.c: Remove define of function output_command. + * tracepoint.c: Remove extern of function output_command. + * valprint.h: (output_command): New extern. + 2013-01-07 Tom Tromey * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr): diff --git a/gdb/printcmd.c b/gdb/printcmd.c index 3d891cd..0c7eb1e 100644 --- a/gdb/printcmd.c +++ b/gdb/printcmd.c @@ -172,8 +172,6 @@ static int display_number; /* Prototypes for exported functions. */ -void output_command (char *, int); - void _initialize_printcmd (void); /* Prototypes for local functions. */ diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c index 53a4988..be45cb4 100644 --- a/gdb/tracepoint.c +++ b/gdb/tracepoint.c @@ -93,11 +93,6 @@ extern void (*deprecated_readline_begin_hook) (char *, ...); extern char *(*deprecated_readline_hook) (char *); extern void (*deprecated_readline_end_hook) (void); -/* GDB commands implemented in other modules: - */ - -extern void output_command (char *, int); - /* Tracepoint.c: diff --git a/gdb/valprint.h b/gdb/valprint.h index ae28803..1aa5a19 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 -- cgit v1.1