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

Method GetRegisterValue

api/debuggercontroller.cpp:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261
262
263uint64_t DebuggerController::GetRegisterValue(const std::string& name)
264{
265 return BNDebuggerGetRegisterValue(m_object, name.c_str());
266}
267
268
269bool DebuggerController::SetRegisterValue(const std::string& name, uint64_t value)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected