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
Data Fields
target_nv_filter_regex Struct Reference

#include <target.h>

Data Fields

char * value_name
 
regex_t regex
 

Detailed Description

Target name-value filters. Eventually, this is intended to support a full expr evaluation mechanism for any name-value coupling. Right now, we use it for filtering on value probes and target thread context values.

Definition at line 678 of file target.h.

Field Documentation

regex_t target_nv_filter_regex::regex

Definition at line 680 of file target.h.

char* target_nv_filter_regex::value_name

Definition at line 679 of file target.h.


The documentation for this struct was generated from the following file: