DebugServer2
|
Public Types | |
typedef std::vector< MemoryRegionInfo > | Collection |
Public Member Functions | |
MemoryRegionInfo (Address const &start_, uint64_t length_, uint64_t protection_, std::string name_) | |
void | clear () |
Public Attributes | |
Address | start |
uint64_t | length |
uint32_t | protection |
std::string | name |