MCPcopy Create free account
hub / github.com/chromium/crashpad / GetMemoryMap

Method GetMemoryMap

snapshot/linux/process_reader_linux.h:130–130  ·  view source on GitHub ↗

\brief Return a memory map of the target process.

Source from the content-addressed store, hash-verified

128
129 //! \brief Return a memory map of the target process.
130 MemoryMap* GetMemoryMap() { return &memory_map_; }
131
132 //! \brief Determines the target process’ start time.
133 //!

Callers 3

ExpectTestModuleFunction · 0.80
InitializeStackFromSPMethod · 0.80
GetReadableRangesMethod · 0.80

Calls

no outgoing calls

Tested by 1

ExpectTestModuleFunction · 0.64