Home
last modified time | relevance | path

Searched refs:SendJSON (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp178 g_vsc.SendJSON(llvm::json::Value(std::move(event))); in SendProcessExitedEvent()
187 g_vsc.SendJSON(llvm::json::Value(std::move(event))); in SendThreadExitedEvent()
211 g_vsc.SendJSON(llvm::json::Value(std::move(event))); in SendTerminatedEvent()
261 g_vsc.SendJSON(CreateThreadStopped(thread, stop_id)); in SendThreadStoppedEvent()
267 g_vsc.SendJSON(CreateThreadStopped(thread, stop_id)); in SendThreadStoppedEvent()
371 g_vsc.SendJSON(llvm::json::Value(std::move(event))); in SendProcessEvent()
506 g_vsc.SendJSON(llvm::json::Value(std::move(bp_event))); in EventThreadFunction()
633 g_vsc.SendJSON(llvm::json::Value(std::move(response))); in request_attach()
690 g_vsc.SendJSON(llvm::json::Value(std::move(response))); in request_attach()
693 g_vsc.SendJSON(CreateEventObject("initialized")); in request_attach()
[all …]
H A DVSCode.cpp45 [&](const ProgressEvent &event) { SendJSON(event.ToJSON()); }) { in __anon5742f8c60102()
90 void VSCode::SendJSON(const std::string &json_str) { in SendJSON() function in lldb_vscode::VSCode
105 void VSCode::SendJSON(const llvm::json::Value &json) { in SendJSON() function in lldb_vscode::VSCode
111 SendJSON(strm.str()); in SendJSON()
228 SendJSON(llvm::json::Value(std::move(event))); in SendOutput()
512 SendJSON(llvm::json::Value(std::move(request))); in SendReverseRequest()
H A DRunInTerminal.cpp118 return m_io.SendJSON(RunInTerminalMessagePid(getpid()).ToJSON()); in NotifyPid()
122 if (Error err = m_io.SendJSON(RunInTerminalMessageError(error).ToJSON(), in NotifyError()
137 m_io.SendJSON(RunInTerminalMessageDidAttach().ToJSON())) in NotifyDidAttach()
H A DVSCode.h166 void SendJSON(const llvm::json::Value &json);
272 void SendJSON(const std::string &json_str);
H A DFifoFiles.h76 llvm::Error SendJSON(
H A DFifoFiles.cpp80 Error FifoFileIO::SendJSON(const json::Value &json, in SendJSON() function in lldb_vscode::FifoFileIO