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

Go to the source code of this file.
Variables | |
| struct location_ops | target_location_ops |
| int __target_location_ops_cachereg | ( | struct location_ctxt * | lctxt, |
| REG | regno, | ||
| REGVAL | regval | ||
| ) |
Definition at line 205 of file location.c.
| int __target_location_ops_getaddrsize | ( | struct location_ctxt * | lctxt | ) |
Definition at line 110 of file location.c.
| struct debugfile* __target_location_ops_getdebugfile | ( | struct location_ctxt * | lctxt | ) |
Definition at line 61 of file location.c.
| int __target_location_ops_getregno | ( | struct location_ctxt * | lctxt, |
| common_reg_t | creg, | ||
| REG * | o_reg | ||
| ) |
Definition at line 117 of file location.c.
| struct symbol* __target_location_ops_getsymbol | ( | struct location_ctxt * | lctxt | ) |
Definition at line 47 of file location.c.
| int __target_location_ops_readipreg | ( | struct location_ctxt * | lctxt, |
| REGVAL * | regval | ||
| ) |
Definition at line 240 of file location.c.
| int __target_location_ops_readreg | ( | struct location_ctxt * | lctxt, |
| REG | regno, | ||
| REGVAL * | regval | ||
| ) |
Definition at line 133 of file location.c.
| int __target_location_ops_readword | ( | struct location_ctxt * | lctxt, |
| ADDR | real_addr, | ||
| ADDR * | pval | ||
| ) |
Definition at line 249 of file location.c.
| int __target_location_ops_relocate | ( | struct location_ctxt * | lctxt, |
| ADDR | obj_addr, | ||
| ADDR * | real_addr | ||
| ) |
Definition at line 286 of file location.c.
| int __target_location_ops_setcurrentframe | ( | struct location_ctxt * | lctxt, |
| int | frame | ||
| ) |
The interface to the dwdebug library's lsymbol_resolve* and symbol_resolve* functions.
Definition at line 27 of file location.c.
| int __target_location_ops_unrelocate | ( | struct location_ctxt * | lctxt, |
| ADDR | real_addr, | ||
| ADDR * | obj_addr | ||
| ) |
Definition at line 298 of file location.c.
| int __target_location_ops_writereg | ( | struct location_ctxt * | lctxt, |
| REG | regno, | ||
| REGVAL | regval | ||
| ) |
Definition at line 184 of file location.c.
| int __target_location_ops_writeword | ( | struct location_ctxt * | lctxt, |
| ADDR | real_addr, | ||
| ADDR | pval | ||
| ) |
Definition at line 267 of file location.c.
| struct location_ops target_location_ops |
Location resolution.
Definition at line 310 of file location.c.
1.8.8