| 34 | } |
| 35 | |
| 36 | void |
| 37 | Thread::populateNativeStackTrace(const std::shared_ptr<const AbstractProcessManager>& manager) |
| 38 | { |
| 39 | d_native_frames = manager->unwindThread(d_tid); |
| 40 | } |
| 41 | |
| 42 | off_t tid_offset_in_pthread_struct = 0; |
| 43 |
nothing calls this directly
no test coverage detected