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