Searched refs:SendJSON (Results 1 – 6 of 6) sorted by relevance
175 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 …]
45 [&](const ProgressEvent &event) { SendJSON(event.ToJSON()); }) { in __anon33c0155f0102()90 void VSCode::SendJSON(const std::string &json_str) { in SendJSON() function in lldb_vscode::VSCode105 void VSCode::SendJSON(const llvm::json::Value &json) { in SendJSON() function in lldb_vscode::VSCode111 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()
118 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()
166 void SendJSON(const llvm::json::Value &json);272 void SendJSON(const std::string &json_str);
76 llvm::Error SendJSON(
72 Error FifoFileIO::SendJSON(const json::Value &json, in SendJSON() function in lldb_vscode::FifoFileIO