Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ unwindThread
Method
unwindThread
src/pystack/_pystack/process.cpp:632–636 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
630
}
631
632
std::vector<NativeFrame>
633
AbstractProcessManager::unwindThread(pid_t tid) const
634
{
635
return d_unwinder->unwindThread(tid);
636
}
637
638
pid_t
639
AbstractProcessManager::Pid() const
Callers
1
populateNativeStackTrace
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected