| 742 | |
| 743 | |
| 744 | void DebuggerController::WriteStdin(const std::string& msg) |
| 745 | { |
| 746 | BNDebuggerWriteStdin(m_object, msg.c_str(), msg.length()); |
| 747 | } |
| 748 | |
| 749 | |
| 750 | std::string DebuggerController::InvokeBackendCommand(const std::string& command) |
nothing calls this directly
no test coverage detected