aboutsummaryrefslogtreecommitdiff
path: root/gdb/skip.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/skip.h')
-rw-r--r--gdb/skip.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/skip.h b/gdb/skip.h
index c1f8185..615ee59 100644
--- a/gdb/skip.h
+++ b/gdb/skip.h
@@ -18,11 +18,11 @@
#if !defined (SKIP_H)
#define SKIP_H
-/* Returns 1 if the given pc is marked for skip and shouldn't be
- stepped into. Otherwise, returns 0. */
-int function_pc_is_marked_for_skip (CORE_ADDR pc);
+struct symtab_and_line;
-/* Re-set the skip list after symbols have been reloaded. */
-void skip_re_set (void);
+/* Returns 1 if the given FUNCTION_NAME is marked for skip and shouldn't be
+ stepped into. Otherwise, returns 0. */
+int function_name_is_marked_for_skip (const char *function_name,
+ const struct symtab_and_line *function_sal);
#endif /* !defined (SKIP_H) */