Crashpad
|
Contains information about a module loaded into a process. More...
#include "snapshot/fuchsia/process_reader_fuchsia.h"
Public Attributes | |
std::string | name |
The ZX_PROP_NAME of the module. | |
ElfImageReader * | reader |
An image reader for the module. More... | |
ModuleSnapshot::ModuleType | type = ModuleSnapshot::kModuleTypeUnknown |
The module's type. | |
Contains information about a module loaded into a process.
ElfImageReader* crashpad::ProcessReaderFuchsia::Module::reader |
An image reader for the module.
The lifetime of this ElfImageReader is scoped to the lifetime of the ProcessReaderFuchsia that created it.
This field may be nullptr
if a reader could not be created for the module.