Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / tui / tui-hooks.c
CommitLineData
2611b1a5 1/* GDB hooks for TUI.
f33c6cbf 2
32d0add0 3 Copyright (C) 2001-2015 Free Software Foundation, Inc.
2611b1a5
SC
4
5 This file is part of GDB.
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
a9762ec7 9 the Free Software Foundation; either version 3 of the License, or
2611b1a5
SC
10 (at your option) any later version.
11
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
a9762ec7 18 along with this program. If not, see <http://www.gnu.org/licenses/>. */
2611b1a5
SC
19
20#include "defs.h"
21#include "symtab.h"
22#include "inferior.h"
23#include "command.h"
24#include "bfd.h"
25#include "symfile.h"
26#include "objfiles.h"
27#include "target.h"
28#include "gdbcore.h"
29#include "event-loop.h"
2b68e2c5 30#include "event-top.h"
2611b1a5
SC
31#include "frame.h"
32#include "breakpoint.h"
2b68e2c5
SC
33#include "ui-out.h"
34#include "top.h"
06d3b283 35#include "observer.h"
2611b1a5
SC
36#include <unistd.h>
37#include <fcntl.h>
38
d7b2e967 39#include "tui/tui.h"
6a83354a 40#include "tui/tui-hooks.h"
d7b2e967
AC
41#include "tui/tui-data.h"
42#include "tui/tui-layout.h"
43#include "tui/tui-io.h"
44#include "tui/tui-regs.h"
45#include "tui/tui-win.h"
46#include "tui/tui-stack.h"
47#include "tui/tui-windata.h"
48#include "tui/tui-winsource.h"
2611b1a5 49
6a83354a 50#include "gdb_curses.h"
96ec9981 51
4a1bcc8c
MK
52/* This redefines CTRL if it is not already defined, so it must come
53 after terminal state releated include files like <term.h> and
54 "gdb_curses.h". */
55#include "readline/readline.h"
56
2611b1a5
SC
57int tui_target_has_run = 0;
58
2611b1a5
SC
59static void
60tui_new_objfile_hook (struct objfile* objfile)
61{
62 if (tui_active)
1f393769 63 tui_display_main ();
2611b1a5
SC
64}
65
3adda9d8 66/* Prevent recursion of deprecated_register_changed_hook(). */
2611b1a5
SC
67static int tui_refreshing_registers = 0;
68
2611b1a5
SC
69static void
70tui_register_changed_hook (int regno)
71{
72 struct frame_info *fi;
73
206415a3
DJ
74 fi = get_selected_frame (NULL);
75 if (tui_refreshing_registers == 0)
2611b1a5
SC
76 {
77 tui_refreshing_registers = 1;
edae1ccf 78 tui_check_data_values (fi);
2611b1a5
SC
79 tui_refreshing_registers = 0;
80 }
81}
82
2611b1a5
SC
83/* Breakpoint creation hook.
84 Update the screen to show the new breakpoint. */
85static void
8d3788bd 86tui_event_create_breakpoint (struct breakpoint *b)
2611b1a5 87{
00b2bad4 88 tui_update_all_breakpoint_info ();
2611b1a5
SC
89}
90
91/* Breakpoint deletion hook.
92 Refresh the screen to update the breakpoint marks. */
93static void
8d3788bd 94tui_event_delete_breakpoint (struct breakpoint *b)
2611b1a5 95{
00b2bad4 96 tui_update_all_breakpoint_info ();
2611b1a5
SC
97}
98
99static void
8d3788bd 100tui_event_modify_breakpoint (struct breakpoint *b)
2611b1a5 101{
00b2bad4 102 tui_update_all_breakpoint_info ();
2611b1a5
SC
103}
104
4ca4d161 105/* Called when a command is about to proceed the inferior. */
2611b1a5 106
4ca4d161
SC
107static void
108tui_about_to_proceed (void)
109{
2611b1a5
SC
110 /* Leave tui mode (optional). */
111#if 0
112 if (tui_active)
113 {
114 target_terminal_ours ();
115 endwin ();
116 target_terminal_inferior ();
117 }
118#endif
119 tui_target_has_run = 1;
2611b1a5
SC
120}
121
0986c744
PP
122/* Refresh TUI's frame and register information. This is a hook intended to be
123 used to update the screen after potential frame and register changes.
124
125 REGISTERS_TOO_P controls whether to refresh our register information. */
126
2611b1a5 127static void
0986c744 128tui_refresh_frame_and_register_information (int registers_too_p)
2611b1a5
SC
129{
130 struct frame_info *fi;
f23d1b92 131 CORE_ADDR pc;
0a75489f 132 struct cleanup *old_chain;
2611b1a5 133
0986c744 134 if (!has_stack_frames ())
3adda9d8
DJ
135 return;
136
0a75489f
PP
137 old_chain = make_cleanup_restore_target_terminal ();
138 target_terminal_ours_for_output ();
139
3adda9d8 140 fi = get_selected_frame (NULL);
1cc6d956
MS
141 /* Ensure that symbols for this frame are read in. Also, determine
142 the source language of this frame, and switch to it if
143 desired. */
f23d1b92 144 if (get_frame_pc_if_available (fi, &pc))
2611b1a5
SC
145 {
146 struct symtab *s;
f23d1b92 147
34248c3a 148 s = find_pc_line_symtab (pc);
1cc6d956 149 /* elz: This if here fixes the problem with the pc not being
f23d1b92
PA
150 displayed in the tui asm layout, with no debug symbols. The
151 value of s would be 0 here, and select_source_symtab would
152 abort the command by calling the 'error' function. */
2611b1a5 153 if (s)
f23d1b92
PA
154 select_source_symtab (s);
155 }
156
157 /* Display the frame position (even if there is no symbols or the PC
158 is not known). */
159 tui_show_frame_info (fi);
160
161 /* Refresh the register window if it's visible. */
0986c744 162 if (tui_is_window_visible (DATA_WIN) && registers_too_p)
f23d1b92
PA
163 {
164 tui_refreshing_registers = 1;
165 tui_check_data_values (fi);
166 tui_refreshing_registers = 0;
2611b1a5 167 }
0a75489f
PP
168
169 do_cleanups (old_chain);
2611b1a5
SC
170}
171
0986c744
PP
172/* Dummy callback for deprecated_print_frame_info_listing_hook which is called
173 from print_frame_info. */
174
2611b1a5 175static void
0986c744
PP
176tui_dummy_print_frame_info_listing_hook (struct symtab *s,
177 int line,
178 int stopline,
179 int noerror)
2611b1a5 180{
2611b1a5
SC
181}
182
d69e6a33
SC
183/* Perform all necessary cleanups regarding our module's inferior data
184 that is required after the inferior INF just exited. */
185
cda8ab40 186static void
d69e6a33 187tui_inferior_exit (struct inferior *inf)
cda8ab40 188{
d69e6a33
SC
189 /* Leave the SingleKey mode to make sure the gdb prompt is visible. */
190 tui_set_key_mode (TUI_COMMAND_MODE);
47d3492a 191 tui_show_frame_info (0);
cda8ab40
SC
192 tui_display_main ();
193}
194
0986c744
PP
195/* Observer for the before_prompt notification. */
196
197static void
198tui_before_prompt (const char *current_gdb_prompt)
199{
200 /* This refresh is intended to catch changes to the selected frame following
201 a call to "up", "down" or "frame". As such we don't necessarily want to
202 refresh registers here as they could not have changed. Registers will be
203 refreshed after a normal stop or by our tui_register_changed_hook. */
204 tui_refresh_frame_and_register_information (/*registers_too_p=*/0);
205}
206
207/* Observer for the normal_stop notification. */
208
209static void
210tui_normal_stop (struct bpstats *bs, int print_frame)
211{
212 /* This refresh is intended to catch changes to the selected frame and to
213 registers following a normal stop. */
214 tui_refresh_frame_and_register_information (/*registers_too_p=*/1);
215}
216
383f836e
TT
217/* Observers created when installing TUI hooks. */
218static struct observer *tui_bp_created_observer;
219static struct observer *tui_bp_deleted_observer;
220static struct observer *tui_bp_modified_observer;
d69e6a33 221static struct observer *tui_inferior_exit_observer;
4ca4d161 222static struct observer *tui_about_to_proceed_observer;
0986c744
PP
223static struct observer *tui_before_prompt_observer;
224static struct observer *tui_normal_stop_observer;
383f836e 225
2611b1a5
SC
226/* Install the TUI specific hooks. */
227void
228tui_install_hooks (void)
229{
0986c744
PP
230 /* If this hook is not set to something then print_frame_info will
231 assume that the CLI, not the TUI, is active, and will print the frame info
232 for us in such a way that we are not prepared to handle. This hook is
233 otherwise effectively obsolete. */
9a2b4c1b 234 deprecated_print_frame_info_listing_hook
0986c744 235 = tui_dummy_print_frame_info_listing_hook;
2611b1a5 236
2611b1a5 237 /* Install the event hooks. */
383f836e
TT
238 tui_bp_created_observer
239 = observer_attach_breakpoint_created (tui_event_create_breakpoint);
240 tui_bp_deleted_observer
241 = observer_attach_breakpoint_deleted (tui_event_delete_breakpoint);
242 tui_bp_modified_observer
243 = observer_attach_breakpoint_modified (tui_event_modify_breakpoint);
d69e6a33
SC
244 tui_inferior_exit_observer
245 = observer_attach_inferior_exit (tui_inferior_exit);
4ca4d161
SC
246 tui_about_to_proceed_observer
247 = observer_attach_about_to_proceed (tui_about_to_proceed);
0986c744
PP
248 tui_before_prompt_observer
249 = observer_attach_before_prompt (tui_before_prompt);
250 tui_normal_stop_observer
251 = observer_attach_normal_stop (tui_normal_stop);
2611b1a5 252
9a4105ab 253 deprecated_register_changed_hook = tui_register_changed_hook;
2611b1a5
SC
254}
255
256/* Remove the TUI specific hooks. */
257void
258tui_remove_hooks (void)
259{
9a4105ab
AC
260 deprecated_print_frame_info_listing_hook = 0;
261 deprecated_query_hook = 0;
9a4105ab 262 deprecated_register_changed_hook = 0;
2611b1a5 263
383f836e
TT
264 /* Remove our observers. */
265 observer_detach_breakpoint_created (tui_bp_created_observer);
266 tui_bp_created_observer = NULL;
267 observer_detach_breakpoint_deleted (tui_bp_deleted_observer);
268 tui_bp_deleted_observer = NULL;
269 observer_detach_breakpoint_modified (tui_bp_modified_observer);
270 tui_bp_modified_observer = NULL;
d69e6a33
SC
271 observer_detach_inferior_exit (tui_inferior_exit_observer);
272 tui_inferior_exit_observer = NULL;
4ca4d161
SC
273 observer_detach_about_to_proceed (tui_about_to_proceed_observer);
274 tui_about_to_proceed_observer = NULL;
0986c744
PP
275 observer_detach_before_prompt (tui_before_prompt_observer);
276 tui_before_prompt_observer = NULL;
277 observer_detach_normal_stop (tui_normal_stop_observer);
278 tui_normal_stop_observer = NULL;
2611b1a5
SC
279}
280
021e7609 281void _initialize_tui_hooks (void);
2b68e2c5 282
021e7609
AC
283void
284_initialize_tui_hooks (void)
2611b1a5 285{
2611b1a5 286 /* Install the permanent hooks. */
06d3b283 287 observer_attach_new_objfile (tui_new_objfile_hook);
2611b1a5 288}
This page took 1.402276 seconds and 4 git commands to generate.