aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorAndrew Burgess <aburgess@broadcom.com>2013-09-05 16:46:56 +0000
committerAndrew Burgess <aburgess@broadcom.com>2013-09-05 16:46:56 +0000
commit257e6d53e260db58681013eb25ea17ee061ba052 (patch)
treeb78680ba4d9222499e8e16bd0a930130b2ae6fdf /gdb/top.c
parent7c33b57c1551d8a15edbad6e5da5aab1b05e6ab0 (diff)
downloadgdb-257e6d53e260db58681013eb25ea17ee061ba052.zip
gdb-257e6d53e260db58681013eb25ea17ee061ba052.tar.gz
gdb-257e6d53e260db58681013eb25ea17ee061ba052.tar.bz2
Remove deprecated_command_loop_hook.
https://sourceware.org/ml/gdb-patches/2013-09/msg00174.html gdb/ChangeLog * gdb/defs.h (deprecated_command_loop_hook): Remove, including references in comments. * gdb/interps.c (current_interp_command_loop): No longer use deprecated_command_loop_hook. (clear_interpreter_hooks): Remove deprecated_command_loop_hook setup. * gdb/top.c (deprecated_command_loop_hook): Remove.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/top.c b/gdb/top.c
index bb71263..b3e7d37 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -199,11 +199,6 @@ void (*deprecated_init_ui_hook) (char *argv0);
int (*deprecated_ui_loop_hook) (int);
-/* Called instead of command_loop at top level. Can be invoked via
- throw_exception(). */
-
-void (*deprecated_command_loop_hook) (void);
-
/* Called from print_frame_info to list the line we stopped in. */