From 257e6d53e260db58681013eb25ea17ee061ba052 Mon Sep 17 00:00:00 2001 From: Andrew Burgess Date: Thu, 5 Sep 2013 16:46:56 +0000 Subject: 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. --- gdb/top.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gdb/top.c') 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. */ -- cgit v1.1