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

Class DwarfModuleInformation

src/pystack/_pystack/corefile.cpp:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32#endif
33
34struct DwarfModuleInformation
35{
36 Dwarf_Addr start;
37 Dwarf_Addr end;
38 std::string filename;
39};
40
41static int
42module_callback(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected