Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
struct DwarfModuleInformation
35
{
36
Dwarf_Addr start;
37
Dwarf_Addr end;
38
std::string filename;
39
};
40
41
static int
42
module_callback(
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected