|
GDB (API)
|
#include <regex.h>Go to the source code of this file.
Defines | |
| #define | _REGEX_RE_COMP |
Functions | |
| 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) |
| #define _REGEX_RE_COMP |
Definition at line 26 of file gdb_regex.h.
| struct cleanup* compile_rx_or_error | ( | regex_t * | pattern, |
| const char * | rx, | ||
| const char * | message | ||
| ) | [read] |
| char* get_regcomp_error | ( | int | , |
| regex_t * | |||
| ) |
| struct cleanup* make_regfree_cleanup | ( | regex_t * | ) | [read] |
1.7.6.1