Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
target_nv_filter.c File Reference
#include <ctype.h>
#include <regex.h>
#include "log.h"
#include "target_api.h"
#include "target.h"
#include "glib_wrapper.h"
Include dependency graph for target_nv_filter.c:

Go to the source code of this file.

Functions

void target_nv_filter_regex_free (struct target_nv_filter_regex *tfr)
 
void target_nv_filter_free (struct target_nv_filter *tf)
 
struct target_nv_filtertarget_nv_filter_parse (char *expr)
 

Function Documentation

void target_nv_filter_free ( struct target_nv_filter tf)

Definition at line 34 of file target_nv_filter.c.

struct target_nv_filter* target_nv_filter_parse ( char *  expr)

Definition at line 48 of file target_nv_filter.c.

void target_nv_filter_regex_free ( struct target_nv_filter_regex tfr)

Definition at line 27 of file target_nv_filter.c.