MCPcopy Create free account
hub / github.com/bloomberg/pystack / MemoryMaps

Method MemoryMaps

src/pystack/_pystack/corefile.cpp:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155std::vector<CoreVirtualMap>
156CoreFileExtractor::MemoryMaps() const
157{
158 return d_maps;
159}
160
161std::vector<SimpleVirtualMap>
162CoreFileExtractor::ModuleInformation() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected