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

Function BNDebuggerGetExitCode

core/ffi.cpp:932–935  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

930
931
932uint32_t BNDebuggerGetExitCode(BNDebuggerController* controller)
933{
934 return controller->object->GetExitCode();
935}
936
937
938void BNDebuggerWriteStdin(BNDebuggerController* controller, const char* data, size_t len)

Callers 1

GetExitCodeMethod · 0.85

Calls 1

GetExitCodeMethod · 0.45

Tested by

no test coverage detected