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

Function BNDebuggerGetLastIP

core/ffi.cpp:807–810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

805
806
807uint64_t BNDebuggerGetLastIP(BNDebuggerController* controller)
808{
809 return controller->object->GetLastIP();
810}
811
812
813bool BNDebuggerSetIP(BNDebuggerController* controller, uint64_t address)

Callers 1

GetLastIPMethod · 0.85

Calls 1

GetLastIPMethod · 0.45

Tested by

no test coverage detected