| 458 | } |
| 459 | |
| 460 | CoreFileUnwinder::CoreFileUnwinder(std::shared_ptr<CoreFileAnalyzer> analyzer) |
| 461 | : d_analyzer(std::move(analyzer)) |
| 462 | { |
| 463 | } |
| 464 | |
| 465 | static int |
| 466 | thread_callback(Dwfl_Thread* thread, void* thread_arg) |
nothing calls this directly
no outgoing calls
no test coverage detected