Use gdbpy_enter in cmdpy_function
[deliverable/binutils-gdb.git] / gdb / gdb_regex.h
index 46485ed221dfe98a4cd67b43036a5f6bcc52b561..0be26efd905f47560eefe8a6c54640f5832f5061 100644 (file)
@@ -1,6 +1,5 @@
 /* Portable <regex.h>.
-   Copyright (C) 2000-2001, 2003, 2007-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2000-2017 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -31,5 +30,7 @@
 /* From utils.c.  */
 struct cleanup *make_regfree_cleanup (regex_t *);
 char *get_regcomp_error (int, regex_t *);
+struct cleanup *compile_rx_or_error (regex_t *pattern, const char *rx,
+                                    const char *message);
 
 #endif /* not GDB_REGEX_H */
This page took 0.024354 seconds and 4 git commands to generate.