aboutsummaryrefslogtreecommitdiff
path: root/gdb/tracepoint.c
diff options
context:
space:
mode:
authorHui Zhu <teawater@gmail.com>2013-01-08 02:00:34 +0000
committerHui Zhu <teawater@gmail.com>2013-01-08 02:00:34 +0000
commit03cdf6804af11d57e8c331d51fcf72ccf25819ed (patch)
treea750bb86422c2171136d30cb1fde540faa3a589c /gdb/tracepoint.c
parentb85fba34f7ad48985bc62df740f124437a5ef70b (diff)
downloadgdb-03cdf6804af11d57e8c331d51fcf72ccf25819ed.zip
gdb-03cdf6804af11d57e8c331d51fcf72ccf25819ed.tar.gz
gdb-03cdf6804af11d57e8c331d51fcf72ccf25819ed.tar.bz2
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/tracepoint.c')
-rw-r--r--gdb/tracepoint.c5
1 files changed, 0 insertions, 5 deletions
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: