class UnloadedModuleSnapshot
Defined at line 26 of file ../../third_party/crashpad/src/snapshot/unloaded_module_snapshot.h
Information about an unloaded module that was previously loaded into
a snapshot process.
Public Methods
uint64_t Address ()
The base address of the module in the target processes' address
space.
Defined at line 37 of file ../../third_party/crashpad/src/snapshot/unloaded_module_snapshot.h
uint64_t Size ()
The size of the module.
Defined at line 40 of file ../../third_party/crashpad/src/snapshot/unloaded_module_snapshot.h
uint32_t Checksum ()
The checksum of the image.
Defined at line 43 of file ../../third_party/crashpad/src/snapshot/unloaded_module_snapshot.h
uint32_t Timestamp ()
The time and date stamp in `time_t` format.
Defined at line 46 of file ../../third_party/crashpad/src/snapshot/unloaded_module_snapshot.h
std::string Name ()
The name of the module.
Defined at line 49 of file ../../third_party/crashpad/src/snapshot/unloaded_module_snapshot.h
void UnloadedModuleSnapshot (uint64_t address, uint64_t size, uint32_t checksum, uint32_t timestamp, const std::string & name)
void ~UnloadedModuleSnapshot ()