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

Function BNDebuggerSetIP

core/ffi.cpp:813–816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

811
812
813bool BNDebuggerSetIP(BNDebuggerController* controller, uint64_t address)
814{
815 return controller->object->SetIP(address);
816}
817
818
819bool BNDebuggerContainsAbsoluteBreakpoint(BNDebuggerController* controller, uint64_t address)

Callers 1

SetIPMethod · 0.85

Calls 1

SetIPMethod · 0.45

Tested by

no test coverage detected