Rename common to gdbsupport
[deliverable/binutils-gdb.git] / gdb / tui / tui-winsource.h
index f914c0aaf14af389574a3d2a0c5b933a2a9fa85e..2a85a008812df32a7982bcc8324ba7aa571d9249 100644 (file)
@@ -31,10 +31,10 @@ struct tui_win_info;
    state changed.  */
 extern void tui_update_all_breakpoint_info (void);
 
-/* Scan the source window and the breakpoints to update the hasBreak
+/* Scan the source window and the breakpoints to update the break_mode
    information for each line.  Returns 1 if something changed and the
    execution window must be refreshed.  */
-extern int tui_update_breakpoint_info (struct tui_win_info *win,
+extern int tui_update_breakpoint_info (struct tui_source_window_base *win,
                                       int current_only);
 
 /* Function to display the "main" routine.  */
@@ -59,12 +59,12 @@ extern void tui_erase_exec_info_content (struct tui_source_window_base *);
 extern void tui_clear_exec_info_content (struct tui_source_window_base *);
 extern void tui_update_exec_info (struct tui_source_window_base *);
 
-extern void tui_alloc_source_buffer (struct tui_win_info *);
-extern int tui_line_is_displayed (int, 
-                                 struct tui_win_info *, 
+extern void tui_alloc_source_buffer (struct tui_source_window_base *);
+extern int tui_line_is_displayed (int,
+                                 struct tui_source_window_base *,
                                  int);
-extern int tui_addr_is_displayed (CORE_ADDR, 
-                                 struct tui_win_info *, 
+extern int tui_addr_is_displayed (CORE_ADDR,
+                                 struct tui_source_window_base *,
                                  int);
 
 
This page took 0.031803 seconds and 4 git commands to generate.