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

Method populateNativeStackTrace

src/pystack/_pystack/pythread.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void
37Thread::populateNativeStackTrace(const std::shared_ptr<const AbstractProcessManager>& manager)
38{
39 d_native_frames = manager->unwindThread(d_tid);
40}
41
42off_t tid_offset_in_pthread_struct = 0;
43

Callers

nothing calls this directly

Calls 1

unwindThreadMethod · 0.45

Tested by

no test coverage detected