Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
425
Dwfl*
426
Unwinder::Dwfl() const
427
{
428
return d_analyzer->d_dwfl.get();
429
}
430
431
std::vector<NativeFrame>
432
Unwinder::unwindThread(pid_t tid) const
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected