diff options
author | Andrew Burgess <aburgess@broadcom.com> | 2013-09-05 16:46:56 +0000 |
---|---|---|
committer | Andrew Burgess <aburgess@broadcom.com> | 2013-09-05 16:46:56 +0000 |
commit | 257e6d53e260db58681013eb25ea17ee061ba052 (patch) | |
tree | b78680ba4d9222499e8e16bd0a930130b2ae6fdf /gdb/top.c | |
parent | 7c33b57c1551d8a15edbad6e5da5aab1b05e6ab0 (diff) | |
download | gdb-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.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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. */ |