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

Method findInterpreterStateFromElfData

src/pystack/_pystack/process.cpp:1324–1332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1322}
1323
1324remote_addr_t
1325AbstractProcessManager::findInterpreterStateFromElfData() const
1326{
1327 remote_addr_t pyruntime = findPyRuntimeFromElfData();
1328 if (!pyruntime) {
1329 return 0;
1330 }
1331 return findInterpreterStateFromPyRuntime(pyruntime);
1332}
1333
1334remote_addr_t
1335AbstractProcessManager::findInterpreterStateFromDebugOffsets() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected