Home
last modified time | relevance | path

Searched refs:FifoFileIO (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/
DFifoFiles.cpp50 FifoFileIO::FifoFileIO(StringRef fifo_file, StringRef other_endpoint_name) in FifoFileIO() function in lldb_vscode::FifoFileIO
53 Expected<json::Value> FifoFileIO::ReadJSON(std::chrono::milliseconds timeout) { in ReadJSON()
80 Error FifoFileIO::SendJSON(const json::Value &json, in SendJSON()
DFifoFiles.h42 class FifoFileIO {
50 FifoFileIO(llvm::StringRef fifo_file, llvm::StringRef other_endpoint_name);
DRunInTerminal.h94 FifoFileIO m_io;
120 FifoFileIO m_io;
DRunInTerminal.cpp85 GetNextMessage(FifoFileIO &io, std::chrono::milliseconds timeout) { in GetNextMessage()