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

#include <target_os_linux_generic.h>

Collaboration diagram for os_linux_mm:
Collaboration graph
[legend]

Data Fields

uint8_t valid:1
 
struct addrspacespace
 
struct valuemm
 
ADDR mm_start_brk
 
ADDR mm_brk
 
ADDR mm_start_stack
 
struct os_linux_vmavma_cache
 
int vma_len
 

Detailed Description

Definition at line 226 of file target_os_linux_generic.h.

Field Documentation

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.


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