| 105 | |
| 106 | |
| 107 | void DebugAdapter::WriteStdin(const std::string& msg) |
| 108 | { |
| 109 | LogWarn("WriteStdin operation not supported"); |
| 110 | } |
| 111 | |
| 112 | |
| 113 | std::vector<DebugFrame> DebugAdapter::GetFramesOfThread(std::uint32_t tid) |
no outgoing calls
no test coverage detected