class MockRemoteAPIForRegister
Defined at line 28 of file ../../src/developer/debug/zxdb/client/frame_impl_unittest.cc
Mock remote API for the register test that provides the logic for testing register sets.
Public Members
static const uint8_t[8] kRbxValue
static const uint8_t[8] kRcxValue
Public Methods
const std::vector<debug_ipc::ReadRegistersRequest> & reads ()
Defined at line 30 of file ../../src/developer/debug/zxdb/client/frame_impl_unittest.cc
void PushRegisterToReturn (RegisterID id, std::vector<uint8_t> data)
Defined at line 32 of file ../../src/developer/debug/zxdb/client/frame_impl_unittest.cc
void ReadRegisters (const debug_ipc::ReadRegistersRequest & request, fit::callback<void (const Err &, debug_ipc::ReadRegistersReply)> cb)
Defined at line 41 of file ../../src/developer/debug/zxdb/client/frame_impl_unittest.cc
void WriteRegisters (const debug_ipc::WriteRegistersRequest & request, fit::callback<void (const Err &, debug_ipc::WriteRegistersReply)> cb)
Defined at line 51 of file ../../src/developer/debug/zxdb/client/frame_impl_unittest.cc