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

Method WriteStdin

core/adapters/lldbadapter.cpp:1544–1547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1542
1543
1544void LldbAdapter::WriteStdin(const std::string& msg)
1545{
1546 m_process.PutSTDIN(msg.c_str(), msg.length());
1547}
1548
1549
1550Ref<Metadata> LldbAdapter::GetProperty(const std::string& name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected