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

Method SetIP

api/debuggercontroller.cpp:690–693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

688
689
690bool DebuggerController::SetIP(uint64_t address)
691{
692 return BNDebuggerSetIP(m_object, address);
693}
694
695
696uint32_t DebuggerController::GetExitCode()

Callers 1

SetupMenuMethod · 0.45

Calls 1

BNDebuggerSetIPFunction · 0.85

Tested by

no test coverage detected