* cli/cli-decode.c (print_doc_line): Use stream instead of
[deliverable/binutils-gdb.git] / gdb / stack.h
index 16fc819c71359aa9c390d9874e7dc37d69241f4c..50b2477f762c9159b0a859c59899fb9fde3d608d 100644 (file)
@@ -1,6 +1,6 @@
 /* Stack manipulation commands, for GDB the GNU Debugger.
 
-   Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007-2012 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 
 void select_frame_command (char *level_exp, int from_tty);
 
-void find_frame_funname (struct frame_info *frame, char **funname,
+void find_frame_funname (struct frame_info *frame, const char **funname,
                         enum language *funlang, struct symbol **funcp);
 
-typedef void (*iterate_over_block_arg_local_vars_cb) (const char *symbol_print_name,
+typedef void (*iterate_over_block_arg_local_vars_cb) (const char *print_name,
                                                      struct symbol *sym,
                                                      void *cb_data);
 
@@ -37,4 +37,14 @@ void iterate_over_block_local_vars (struct block *block,
                                    iterate_over_block_arg_local_vars_cb cb,
                                    void *cb_data);
 
+/* Get or set the last displayed symtab and line, which is, e.g. where we set a
+ * breakpoint when `break' is supplied with no arguments.  */
+void clear_last_displayed_sal (void);
+int last_displayed_sal_is_valid (void);
+struct program_space* get_last_displayed_pspace (void);
+CORE_ADDR get_last_displayed_addr (void);
+struct symtab* get_last_displayed_symtab (void);
+int get_last_displayed_line (void);
+void get_last_displayed_sal (struct symtab_and_line *sal);
+
 #endif /* #ifndef STACK_H */
This page took 0.026637 seconds and 4 git commands to generate.