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

Function BNDebuggerRemoveEventCallback

core/ffi.cpp:926–929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

924
925
926void BNDebuggerRemoveEventCallback(BNDebuggerController* controller, size_t index)
927{
928 controller->object->RemoveEventCallback(index);
929}
930
931
932uint32_t BNDebuggerGetExitCode(BNDebuggerController* controller)

Callers 1

RemoveEventCallbackMethod · 0.85

Calls 1

RemoveEventCallbackMethod · 0.45

Tested by

no test coverage detected