|
GDB (xrefs)
|
Go to the source code of this file.
Functions | |
| void | tui_install_hooks (void) |
| void | tui_remove_hooks (void) |
| void tui_install_hooks | ( | void | ) |
Definition at line 217 of file tui-hooks.c.
References deprecated_print_frame_info_listing_hook, observer_attach_before_prompt(), observer_attach_breakpoint_created(), observer_attach_breakpoint_deleted(), observer_attach_breakpoint_modified(), observer_attach_inferior_exit(), observer_attach_normal_stop(), observer_attach_register_changed(), tui_before_prompt(), tui_before_prompt_observer, tui_bp_created_observer, tui_bp_deleted_observer, tui_bp_modified_observer, tui_dummy_print_frame_info_listing_hook(), tui_event_create_breakpoint(), tui_event_delete_breakpoint(), tui_event_modify_breakpoint(), tui_inferior_exit(), tui_inferior_exit_observer, tui_normal_stop(), tui_normal_stop_observer, tui_register_changed(), and tui_register_changed_observer.
Referenced by tui_enable().
| void tui_remove_hooks | ( | void | ) |
Definition at line 245 of file tui-hooks.c.
References deprecated_print_frame_info_listing_hook, deprecated_query_hook, observer_detach_before_prompt(), observer_detach_breakpoint_created(), observer_detach_breakpoint_deleted(), observer_detach_breakpoint_modified(), observer_detach_inferior_exit(), observer_detach_normal_stop(), observer_detach_register_changed(), tui_before_prompt_observer, tui_bp_created_observer, tui_bp_deleted_observer, tui_bp_modified_observer, tui_inferior_exit_observer, tui_normal_stop_observer, and tui_register_changed_observer.
Referenced by tui_disable().
1.8.14