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

Class CoreVirtualMap

src/pystack/_pystack/corefile.h:58–70  ·  view source on GitHub ↗

This is a struct so cython can convert easily from this

Source from the content-addressed store, hash-verified

56
57// This is a struct so cython can convert easily from this
58struct CoreVirtualMap
59{
60 // Data members
61 uintptr_t start;
62 uintptr_t end;
63 unsigned long filesize;
64 std::string flags;
65 unsigned long offset;
66 std::string device;
67 unsigned long inode;
68 std::string path;
69 std::string buildid;
70};
71
72class CoreFileExtractor
73{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected