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

#include <target.h>

Collaboration diagram for target_breakpoint:
Collaboration graph
[legend]

Data Fields

struct targettarget
 
tid_t tid
 
target_breakpoint_type_t bptype
 
union {
   struct target_memmod *   mmod
 
   REG   hwreg
 
   struct {
      struct probe *   pre
 
      struct probe *   post
 
   }   probe
 
}; 
 

Detailed Description

Definition at line 281 of file target.h.

Field Documentation

union { ... }
target_breakpoint_type_t target_breakpoint::bptype

Definition at line 284 of file target.h.

REG target_breakpoint::hwreg

Definition at line 287 of file target.h.

struct target_memmod* target_breakpoint::mmod

Definition at line 286 of file target.h.

struct probe* target_breakpoint::post

Definition at line 290 of file target.h.

struct probe* target_breakpoint::pre

Definition at line 289 of file target.h.

struct { ... } target_breakpoint::probe
struct target* target_breakpoint::target

Definition at line 282 of file target.h.

tid_t target_breakpoint::tid

Definition at line 283 of file target.h.


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