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

#include <target.h>

Collaboration diagram for target_personality_info:
Collaboration graph
[legend]

Data Fields

char * personality
 
target_personality_t ptype
 
struct target_personality_opsptops
 
void * pops
 

Detailed Description

Target personality stuff, and personality ops wrappers. These should only be called by backends, or by the target api wrappers.

Definition at line 233 of file target.h.

Field Documentation

char* target_personality_info::personality

Definition at line 234 of file target.h.

void* target_personality_info::pops

Definition at line 237 of file target.h.

struct target_personality_ops* target_personality_info::ptops

Definition at line 236 of file target.h.

target_personality_t target_personality_info::ptype

Definition at line 235 of file target.h.


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