Change set_locator_info to take a symtab_and_line
[deliverable/binutils-gdb.git] / gdb / tui / tui-stack.h
index 97e6956029e73b30bd0605031ec2af27f8ecac19..3bfe529244c6b2324b4f592c84418c4856d31e13 100644 (file)
@@ -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);
This page took 0.024004 seconds and 4 git commands to generate.