Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp175 g_vsc.SendJSON(llvm::json::Value(std::move(event))); in SendProcessExitedEvent()
184 g_vsc.SendJSON(llvm::json::Value(std::move(event))); in SendThreadExitedEvent()
208 g_vsc.SendJSON(llvm::json::Value(std::move(event))); in SendTerminatedEvent()
368 g_vsc.SendJSON(llvm::json::Value(std::move(event))); in SendProcessEvent()
687 g_vsc.SendJSON(llvm::json::Value(std::move(response))); in request_attach()
690 g_vsc.SendJSON(CreateEventObject("initialized")); in request_attach()
760 g_vsc.SendJSON(llvm::json::Value(std::move(response))); in request_continue()
797 g_vsc.SendJSON(llvm::json::Value(std::move(response))); in request_configurationDone()
881 g_vsc.SendJSON(llvm::json::Value(std::move(response))); in request_disconnect()
928 g_vsc.SendJSON(llvm::json::Value(std::move(response))); in request_exceptionInfo()
[all …]
H A DVSCode.cpp45 [&](const ProgressEvent &event) { SendJSON(event.ToJSON()); }) { in __anon33c0155f0102()
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.cpp72 Error FifoFileIO::SendJSON(const json::Value &json, in SendJSON() function in lldb_vscode::FifoFileIO