|
Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#include <target_os_linux_generic.h>

Data Fields | |
| uint8_t | valid:1 |
| struct addrspace * | space |
| struct value * | mm |
| ADDR | mm_start_brk |
| ADDR | mm_brk |
| ADDR | mm_start_stack |
| struct os_linux_vma * | vma_cache |
| int | vma_len |
Definition at line 226 of file target_os_linux_generic.h.
| struct value* os_linux_mm::mm |
Definition at line 231 of file target_os_linux_generic.h.
| ADDR os_linux_mm::mm_brk |
Definition at line 234 of file target_os_linux_generic.h.
| ADDR os_linux_mm::mm_start_brk |
Definition at line 233 of file target_os_linux_generic.h.
| ADDR os_linux_mm::mm_start_stack |
Definition at line 235 of file target_os_linux_generic.h.
| struct addrspace* os_linux_mm::space |
Definition at line 229 of file target_os_linux_generic.h.
| uint8_t os_linux_mm::valid |
Definition at line 227 of file target_os_linux_generic.h.
| struct os_linux_vma* os_linux_mm::vma_cache |
Definition at line 237 of file target_os_linux_generic.h.
| int os_linux_mm::vma_len |
Definition at line 238 of file target_os_linux_generic.h.
1.8.8