]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/stack.h
Make "frame apply" support -OPT options
[thirdparty/binutils-gdb.git] / gdb / stack.h
index 6c6caa913e25b220fc3f9a8db9431fd99b5d7e8c..9ac77c06179346e1c9b395c01f1aaff60b8f7095 100644 (file)
@@ -52,4 +52,9 @@ struct symtab* get_last_displayed_symtab (void);
 int get_last_displayed_line (void);
 symtab_and_line get_last_displayed_sal ();
 
+/* Completer for the "frame apply all" command.  */
+void frame_apply_all_cmd_completer (struct cmd_list_element *ignore,
+                                   completion_tracker &tracker,
+                                   const char *text, const char */*word*/);
+
 #endif /* #ifndef STACK_H */