class TestProcessForThreadState

Defined at line 334 of file ../../src/lib/zxdump/dump-tests.h

Public Members

static const size_t kThreadCount

Public Methods

template <typename Writer>
void Dump (Writer & writer)

Do the basic dump using the dumper API.

Defined at line 343 of file ../../src/lib/zxdump/dump-tests.h

std::span<const zx_koid_t, kThreadCount> thread_koids ()

Defined at line 350 of file ../../src/lib/zxdump/dump-tests.h

void StartChild ()

Start a child for thread state dump testing.

Defined at line 565 of file ../../src/lib/zxdump/dump-tests.cc

void CheckDump (zxdump::TaskHolder & holder)

Verify a dump file for that child was inserted and looks right.

Defined at line 612 of file ../../src/lib/zxdump/dump-tests.cc