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

#include <probe.h>

Collaboration diagram for probepoint:
Collaboration graph
[legend]

Data Fields

ADDR addr
 
probepoint_state_t state
 
probepoint_type_t type
 
probepoint_style_t style
 
probepoint_style_t orig_style
 
probepoint_whence_t whence
 
probepoint_watchsize_t watchsize
 
struct targettarget
 
struct target_threadthread
 
struct bsymbolbsymbol
 
ADDR symbol_addr
 
struct memrangerange
 
struct list_head probes
 
struct list_head simple_actions
 
struct list_head complex_actions
 
struct list_head ss_actions
 
struct target_memmodmmod
 
struct thread_probepoint_contexttpc
 
REG debugregnum
 
int debugregdisabled
 
int can_switch_context
 

Detailed Description

Definition at line 216 of file probe.h.

Field Documentation

ADDR probepoint::addr

Definition at line 218 of file probe.h.

struct bsymbol* probepoint::bsymbol

Definition at line 245 of file probe.h.

int probepoint::can_switch_context

Definition at line 305 of file probe.h.

struct list_head probepoint::complex_actions

Definition at line 269 of file probe.h.

int probepoint::debugregdisabled

Definition at line 300 of file probe.h.

REG probepoint::debugregnum

Definition at line 299 of file probe.h.

struct target_memmod* probepoint::mmod

Definition at line 275 of file probe.h.

probepoint_style_t probepoint::orig_style

Definition at line 230 of file probe.h.

struct list_head probepoint::probes

Definition at line 255 of file probe.h.

struct memrange* probepoint::range

Definition at line 252 of file probe.h.

struct list_head probepoint::simple_actions

Definition at line 268 of file probe.h.

struct list_head probepoint::ss_actions

Definition at line 270 of file probe.h.

probepoint_state_t probepoint::state

Definition at line 220 of file probe.h.

probepoint_style_t probepoint::style

Definition at line 223 of file probe.h.

ADDR probepoint::symbol_addr

Definition at line 249 of file probe.h.

struct target* probepoint::target

Definition at line 241 of file probe.h.

struct target_thread* probepoint::thread

Definition at line 242 of file probe.h.

struct thread_probepoint_context* probepoint::tpc

Definition at line 294 of file probe.h.

probepoint_type_t probepoint::type

Definition at line 222 of file probe.h.

probepoint_watchsize_t probepoint::watchsize

Definition at line 232 of file probe.h.

probepoint_whence_t probepoint::whence

Definition at line 231 of file probe.h.


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