MCPcopy Create free account
hub / github.com/Vector35/debugger / WriteRegister

Method WriteRegister

core/adapters/dbgengttdadapter.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134
135
136bool DbgEngTTDAdapter::WriteRegister(const std::string& reg, std::uintptr_t value)
137{
138 return false;
139}
140
141
142bool DbgEngTTDAdapter::Start()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected