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
spf_action Struct Reference

Data Fields

spf_action_type_t atype
 
union {
   struct {
      char   rt
 
      char *   tn
 
      int   tid
 
      char *   rv
 
      char *   msg
 
      int   ttctx
 
      int   ttdetail
 
      int   bt
 
      int   overlay_levels
 
      char *   overlay_debuginfo_prefix
 
   }   report
 
   struct {
      int   ttctx
 
      int   ttdetail
 
   }   print
 
   struct {
      long int   retval
 
   }   abort
 
   struct {
      long int   retval
 
   }   exit
 
   struct {
      char *   id
 
   }   enable
 
   struct {
      char *   id
 
   }   disable
 
   struct {
      char *   id
 
   }   remove
 
   struct {
      int   tid
 
      char *   thid
 
      int   overlay_levels
 
      char *   overlay_debuginfo_prefix
 
   }   bt
 
   struct {
      int   tid
 
      char *   thid
 
      char *   sigdesc
 
   }   signal
 
}; 
 

Detailed Description

Definition at line 60 of file spf.c.

Field Documentation

union { ... }
struct { ... } spf_action::abort
spf_action_type_t spf_action::atype

Definition at line 61 of file spf.c.

int spf_action::bt

Definition at line 72 of file spf.c.

struct { ... } spf_action::bt
struct { ... } spf_action::disable
struct { ... } spf_action::enable
struct { ... } spf_action::exit
char* spf_action::id

Definition at line 87 of file spf.c.

char* spf_action::msg

Definition at line 69 of file spf.c.

char* spf_action::overlay_debuginfo_prefix

Definition at line 74 of file spf.c.

int spf_action::overlay_levels

Definition at line 73 of file spf.c.

struct { ... } spf_action::print
struct { ... } spf_action::remove
struct { ... } spf_action::report
long int spf_action::retval

Definition at line 81 of file spf.c.

char spf_action::rt

Definition at line 65 of file spf.c.

char* spf_action::rv

Definition at line 68 of file spf.c.

char* spf_action::sigdesc

Definition at line 104 of file spf.c.

struct { ... } spf_action::signal
char* spf_action::thid

Definition at line 97 of file spf.c.

int spf_action::tid

Definition at line 67 of file spf.c.

char* spf_action::tn

Definition at line 66 of file spf.c.

int spf_action::ttctx

Definition at line 70 of file spf.c.

int spf_action::ttdetail

Definition at line 71 of file spf.c.


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