Revert 'Remove unused struct serial::name field'
[deliverable/binutils-gdb.git] / gdb / tui / tui-stack.h
index 27af5d2fe1ab42060e309e1b400d6aed857d568f..bea3e79279b57b72a31c00551a3f47ceac9a07ad 100644 (file)
@@ -1,6 +1,6 @@
 /* TUI display locator.
 
-   Copyright (C) 1998-2019 Free Software Foundation, Inc.
+   Copyright (C) 1998-2020 Free Software Foundation, Inc.
 
    Contributed by Hewlett-Packard Company.
 
@@ -54,9 +54,8 @@ struct tui_locator_window : public tui_gen_win_info
      Returns true if any of the locator's fields were actually
      changed, and false otherwise.  */
   bool set_locator_info (struct gdbarch *gdbarch,
-                        const char *fullname,
-                        const char *procname,
-                        int lineno, CORE_ADDR addr);
+                        const struct symtab_and_line &sal,
+                        const char *procname);
 
   /* Set the full_name portion of the locator.  */
   void set_locator_fullname (const char *fullname);
@@ -77,8 +76,8 @@ private:
   std::string make_status_line () const;
 };
 
-extern void tui_update_locator_fullname (const char *);
+extern void tui_update_locator_fullname (struct symtab *symtab);
 extern void tui_show_locator_content (void);
-extern int tui_show_frame_info (struct frame_info *);
+extern bool tui_show_frame_info (struct frame_info *);
 
 #endif /* TUI_TUI_STACK_H */
This page took 0.025731 seconds and 4 git commands to generate.