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

Method CoreFileExtractor

src/pystack/_pystack/corefile.cpp:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149CoreFileExtractor::CoreFileExtractor(std::shared_ptr<CoreFileAnalyzer> analyzer)
150: d_analyzer(std::move(analyzer))
151{
152 populateMaps();
153}
154
155std::vector<CoreVirtualMap>
156CoreFileExtractor::MemoryMaps() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected