diff options
Diffstat (limited to 'gdb/stack.h')
-rw-r--r-- | gdb/stack.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/stack.h b/gdb/stack.h index 6c6caa913e2..9ac77c06179 100644 --- a/gdb/stack.h +++ b/gdb/stack.h @@ -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 */ |