GDB (API)
Defines | Functions
/home/stan/gdb/src/gdb/gdb_regex.h File Reference
#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 Documentation

#define _REGEX_RE_COMP

Definition at line 26 of file gdb_regex.h.


Function Documentation

struct cleanup* compile_rx_or_error ( regex_t *  pattern,
const char *  rx,
const char *  message 
) [read]

Definition at line 1147 of file utils.c.

char* get_regcomp_error ( int  ,
regex_t *   
)

Definition at line 1133 of file utils.c.

struct cleanup* make_regfree_cleanup ( regex_t *  ) [read]

Definition at line 1124 of file utils.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines