Searched refs:SendJSON (Results 1 – 6 of 6) sorted by relevance
178 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 …]
45 [&](const ProgressEvent &event) { SendJSON(event.ToJSON()); }) { in __anon5742f8c60102()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(
80 Error FifoFileIO::SendJSON(const json::Value &json, in SendJSON() function in lldb_vscode::FifoFileIO