Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Unified Diff: gdb/gdb_regex.h

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/gdb_ptrace.h ('k') | gdb/gdb_select.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/gdb_regex.h
diff --git a/gdb/gdb_regex.h b/gdb/gdb_regex.h
index 46485ed221dfe98a4cd67b43036a5f6bcc52b561..cf91f1946c9196f31d59c6bf306d9c8221555fa7 100644
--- a/gdb/gdb_regex.h
+++ b/gdb/gdb_regex.h
@@ -1,6 +1,5 @@
/* Portable <regex.h>.
- Copyright (C) 2000-2001, 2003, 2007-2012 Free Software Foundation,
- Inc.
+ Copyright (C) 2000-2013 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 */
« no previous file with comments | « gdb/gdb_ptrace.h ('k') | gdb/gdb_select.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698