gdb: Convert language la_demangle field to a method
[deliverable/binutils-gdb.git] / gdb / skip.h
index c1f8185460d679c982cb2c84b008a74010bdff6c..3a9b33b82715e9d8b34fb3e98d8c52c58bee6015 100644 (file)
@@ -1,6 +1,6 @@
 /* Header for skipping over uninteresting files and functions when debugging.
 
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2020 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
 #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 true if the given FUNCTION_NAME is marked for skip and
+   shouldn't be stepped into.  Otherwise, returns false.  */
+bool function_name_is_marked_for_skip (const char *function_name,
+                                      const symtab_and_line &function_sal);
 
 #endif /* !defined (SKIP_H) */
This page took 0.023441 seconds and 4 git commands to generate.