| 1542 | |
| 1543 | |
| 1544 | void LldbAdapter::WriteStdin(const std::string& msg) |
| 1545 | { |
| 1546 | m_process.PutSTDIN(msg.c_str(), msg.length()); |
| 1547 | } |
| 1548 | |
| 1549 | |
| 1550 | Ref<Metadata> LldbAdapter::GetProperty(const std::string& name) |
nothing calls this directly
no outgoing calls
no test coverage detected