2011-10-06 Justin Lebar <justin.lebar@gmail.com>
[deliverable/binutils-gdb.git] / gdb / stack.h
index 3cce623f1f598e6035663509beb0b2163428c07a..312e8ffeea73c3ca5227e32224fb50a7caaab0a4 100644 (file)
@@ -38,4 +38,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.028123 seconds and 4 git commands to generate.