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

Method getCoreTids

src/pystack/_pystack/unwinder.cpp:542–550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540}
541
542std::vector<int>
543CoreFileUnwinder::getCoreTids() const
544{
545 std::vector<int> tids;
546 if (dwfl_getthreads(Dwfl(), thread_callback, &tids)) {
547 throw UnwinderError("Failed to get program headers");
548 }
549 return tids;
550}
551
552struct Dwfl*
553CoreFileUnwinder::Dwfl() const

Callers 1

Calls 2

UnwinderErrorClass · 0.85
DwflClass · 0.70

Tested by

no test coverage detected