| 936 | |
| 937 | |
| 938 | void BNDebuggerWriteStdin(BNDebuggerController* controller, const char* data, size_t len) |
| 939 | { |
| 940 | controller->object->WriteStdIn(std::string(data, len)); |
| 941 | } |
| 942 | |
| 943 | |
| 944 | DEBUGGER_FFI_API char* BNDebuggerInvokeBackendCommand(BNDebuggerController* controller, const char* cmd) |