|
Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|


Go to the source code of this file.
Data Structures | |
| struct | regcache |
Macros | |
| #define | REGCACHE_DIRTY (1 << 0) |
| #define | REGCACHE_VALID (1 << 1) |
| #define | REGCACHE_ALLOC (1 << 2) |
| #define | REGCACHE_PRINT_DEFAULTS (1 << 0) |
| #define | REGCACHE_PRINT_PADDING (1 << 1) |
| #define REGCACHE_ALLOC (1 << 2) |
Definition at line 33 of file regcache.h.
| #define REGCACHE_DIRTY (1 << 0) |
Definition at line 31 of file regcache.h.
| #define REGCACHE_PRINT_DEFAULTS (1 << 0) |
Definition at line 107 of file regcache.h.
| #define REGCACHE_PRINT_PADDING (1 << 1) |
Definition at line 108 of file regcache.h.
| #define REGCACHE_VALID (1 << 1) |
Definition at line 32 of file regcache.h.
Definition at line 58 of file regcache.c.
Definition at line 75 of file regcache.c.
| GHashTable* regcache_copy_registers | ( | struct regcache * | regcache | ) |
Definition at line 422 of file regcache.c.
Definition at line 29 of file regcache.c.
| void regcache_destroy | ( | struct regcache * | regcache | ) |
Definition at line 42 of file regcache.c.
| int regcache_init_done | ( | struct regcache * | regcache | ) |
Definition at line 189 of file regcache.c.
Definition at line 153 of file regcache.c.
| int regcache_init_reg_len | ( | struct regcache * | regcache, |
| REG | reg, | ||
| void * | regdata, | ||
| unsigned int | reglen | ||
| ) |
Definition at line 323 of file regcache.c.
| void regcache_invalidate | ( | struct regcache * | regcache | ) |
Definition at line 127 of file regcache.c.
| int regcache_isdirty | ( | struct regcache * | regcache | ) |
Definition at line 236 of file regcache.c.
Definition at line 202 of file regcache.c.
Definition at line 212 of file regcache.c.
| void regcache_mark_flushed | ( | struct regcache * | regcache | ) |
Definition at line 118 of file regcache.c.
Definition at line 271 of file regcache.c.
Definition at line 299 of file regcache.c.
| int regcache_read_reg_len | ( | struct regcache * | regcache, |
| REG | reg, | ||
| void ** | regdata, | ||
| unsigned int * | reglen | ||
| ) |
Definition at line 396 of file regcache.c.
| int regcache_snprintf | ( | struct regcache * | regcache, |
| char * | buf, | ||
| int | bufsiz, | ||
| int | detail, | ||
| char * | sep, | ||
| char * | kvsep, | ||
| int | flags | ||
| ) |
Definition at line 459 of file regcache.c.
Definition at line 240 of file regcache.c.
| int regcache_write_reg_len | ( | struct regcache * | regcache, |
| REG | reg, | ||
| void * | regdata, | ||
| unsigned int | reglen | ||
| ) |
Definition at line 359 of file regcache.c.
| void regcache_zero | ( | struct regcache * | regcache | ) |
Definition at line 101 of file regcache.c.
1.8.8