| 912 | } |
| 913 | |
| 914 | BF_EXPORT void Debugger_GetStdHandles(BfpFile** outStdIn, BfpFile** outStdOut, BfpFile** outStdErr) |
| 915 | { |
| 916 | if (gDebugger != NULL) |
| 917 | gDebugger->GetStdHandles(outStdIn, outStdOut, outStdErr); |
| 918 | } |
| 919 | |
| 920 | BF_EXPORT void BF_CALLTYPE Debugger_Run() |
| 921 | { |
nothing calls this directly
no test coverage detected