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

Method WriteStdin

api/debuggercontroller.cpp:744–747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742
743
744void DebuggerController::WriteStdin(const std::string& msg)
745{
746 BNDebuggerWriteStdin(m_object, msg.c_str(), msg.length());
747}
748
749
750std::string DebuggerController::InvokeBackendCommand(const std::string& command)

Callers

nothing calls this directly

Calls 1

BNDebuggerWriteStdinFunction · 0.85

Tested by

no test coverage detected