GDB (xrefs)
Macros | Functions
/tmp/gdb-7.10/gdb/gdb_regex.h File Reference
#include <regex.h>

Go to the source code of this file.

Macros

#define _REGEX_RE_COMP
 

Functions

struct cleanupmake_regfree_cleanup (regex_t *)
 
char * get_regcomp_error (int, regex_t *)
 
struct cleanupcompile_rx_or_error (regex_t *pattern, const char *rx, const char *message)
 

Macro Definition 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 
)
char* get_regcomp_error ( int  ,
regex_t *   
)

Definition at line 1149 of file utils.c.

References xmalloc().

Referenced by add_solib_catchpoint(), apropos_command(), compile_rx_or_error(), and search_symbols().

struct cleanup* make_regfree_cleanup ( regex_t *  )

Definition at line 1140 of file utils.c.

References do_regfree_cleanup(), and make_cleanup().

Referenced by apropos_command(), compile_rx_or_error(), and search_symbols().