forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -703,10 +703,8 @@ extern int watchdog;
|
||||
extern char *interpreter_p;
|
||||
|
||||
/* If a given interpreter matches INTERPRETER_P then it should update
|
||||
deprecated_command_loop_hook and deprecated_init_ui_hook with the
|
||||
per-interpreter implementation. */
|
||||
/* FIXME: deprecated_command_loop_hook and deprecated_init_ui_hook
|
||||
should be moved here. */
|
||||
deprecated_init_ui_hook with the per-interpreter implementation. */
|
||||
/* FIXME: deprecated_init_ui_hook should be moved here. */
|
||||
|
||||
struct target_waitstatus;
|
||||
struct cmd_list_element;
|
||||
@@ -716,7 +714,6 @@ extern void (*deprecated_post_add_symbol_hook) (void);
|
||||
extern void (*selected_frame_level_changed_hook) (int);
|
||||
extern int (*deprecated_ui_loop_hook) (int signo);
|
||||
extern void (*deprecated_init_ui_hook) (char *argv0);
|
||||
extern void (*deprecated_command_loop_hook) (void);
|
||||
extern void (*deprecated_show_load_progress) (const char *section,
|
||||
unsigned long section_sent,
|
||||
unsigned long section_size,
|
||||
|
||||
Reference in New Issue
Block a user