diff options
Diffstat (limited to 'gdb/stack.h')
-rw-r--r-- | gdb/stack.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gdb/stack.h b/gdb/stack.h index ca190ef..3681120 100644 --- a/gdb/stack.h +++ b/gdb/stack.h @@ -20,7 +20,11 @@ #ifndef STACK_H #define STACK_H -void select_frame_command (const char *level_exp, int from_tty); +/* Access method used by the MI -stack-select-frame command to switch to + frame FI. This differs from SELECT_FRAME in that the observers for a + user selected context change will be triggered. */ + +void select_frame_for_mi (struct frame_info *fi); gdb::unique_xmalloc_ptr<char> find_frame_funname (struct frame_info *frame, enum language *funlang, |