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

Method CoreFileUnwinder

src/pystack/_pystack/unwinder.cpp:460–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458}
459
460CoreFileUnwinder::CoreFileUnwinder(std::shared_ptr<CoreFileAnalyzer> analyzer)
461: d_analyzer(std::move(analyzer))
462{
463}
464
465static int
466thread_callback(Dwfl_Thread* thread, void* thread_arg)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected