template <>

class WithPcMatcherP

Defined at line 192 of file ../../src/lib/captive-thread/testing/include/lib/captive-thread/testing/matchers.h

WithPc(m) matches zx_thread_state_general_regs_t with PC that m matches.

It's used inside HasRegisters(). WithSp() and WithTp() are similar for the

stack pointer and thread pointer, respectively.

Records