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

Method SetRegisterValue

api/debuggercontroller.cpp:269–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267
268
269bool DebuggerController::SetRegisterValue(const std::string& name, uint64_t value)
270{
271 return BNDebuggerSetRegisterValue(m_object, name.c_str(), value);
272}
273
274
275bool DebuggerController::Go()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected