|
Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#include <dwdebug_priv.h>
Data Fields | |
| loctype_t | loctype:LOCTYPE_BITS |
| int | nofree:1 |
| int | extra:LOCATION_REMAINING_BITS |
| union { | |
| ADDR addr | |
| REG reg | |
| OFFSET offset | |
| ADDR word | |
| char * data | |
| struct loclistloc * loclist | |
| } | l |
Definition at line 572 of file dwdebug_priv.h.
| ADDR location::addr |
Definition at line 601 of file dwdebug_priv.h.
| char* location::data |
Definition at line 605 of file dwdebug_priv.h.
| int location::extra |
Definition at line 597 of file dwdebug_priv.h.
| union { ... } location::l |
| struct loclistloc* location::loclist |
Definition at line 606 of file dwdebug_priv.h.
| loctype_t location::loctype |
Definition at line 585 of file dwdebug_priv.h.
| int location::nofree |
Definition at line 591 of file dwdebug_priv.h.
| OFFSET location::offset |
Definition at line 603 of file dwdebug_priv.h.
| REG location::reg |
Definition at line 602 of file dwdebug_priv.h.
| ADDR location::word |
Definition at line 604 of file dwdebug_priv.h.
1.8.5