Replace clear_hook_in_cleanup with scoped_restore_hook_in
[deliverable/binutils-gdb.git] / gdb / skip.h
index dbc92d809eba456202d83026782d60c350f7031a..4e1b544dd7480930c85b6987083549b7178e152f 100644 (file)
@@ -20,9 +20,9 @@
 
 struct symtab_and_line;
 
-/* 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);
+/* 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.023992 seconds and 4 git commands to generate.