MCPcopy 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
632std::vector<NativeFrame>
633AbstractProcessManager::unwindThread(pid_t tid) const
634{
635 return d_unwinder->unwindThread(tid);
636}
637
638pid_t
639AbstractProcessManager::Pid() const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected