Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DFifoFiles.cpp49 FifoFileIO::FifoFileIO(StringRef fifo_file, StringRef other_endpoint_name) in FifoFileIO() function in lldb_vscode::FifoFileIO
52 Expected<json::Value> FifoFileIO::ReadJSON(std::chrono::milliseconds timeout) { in ReadJSON()
72 Error FifoFileIO::SendJSON(const json::Value &json, in SendJSON()
H A DFifoFiles.h42 class FifoFileIO {
50 FifoFileIO(llvm::StringRef fifo_file, llvm::StringRef other_endpoint_name);
H A DRunInTerminal.h94 FifoFileIO m_io;
120 FifoFileIO m_io;
H A DRunInTerminal.cpp85 GetNextMessage(FifoFileIO &io, std::chrono::milliseconds timeout) { in GetNextMessage()