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

Method Dwfl

src/pystack/_pystack/unwinder.cpp:425–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425Dwfl*
426Unwinder::Dwfl() const
427{
428 return d_analyzer->d_dwfl.get();
429}
430
431std::vector<NativeFrame>
432Unwinder::unwindThread(pid_t tid) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected