]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/stack.h
gdb: Change how frames are selected for 'frame' and 'info frame'.
[thirdparty/binutils-gdb.git] / gdb / stack.h
index ca190efa9c3a749628f44e8a2753456145dc4f20..3681120a7764955fa4e082a534938fa7155c6e96 100644 (file)
 #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,