Searched refs:SendJSON (Results 1 – 3 of 3) sorted by relevance
161 g_vsc.SendJSON(llvm::json::Value(std::move(event))); in SendProcessExitedEvent()170 g_vsc.SendJSON(llvm::json::Value(std::move(event))); in SendThreadExitedEvent()181 g_vsc.SendJSON(llvm::json::Value(std::move(event))); in SendTerminatedEvent()227 g_vsc.SendJSON(CreateThreadStopped(thread, stop_id)); in SendThreadStoppedEvent()233 g_vsc.SendJSON(CreateThreadStopped(thread, stop_id)); in SendThreadStoppedEvent()337 g_vsc.SendJSON(llvm::json::Value(std::move(event))); in SendProcessEvent()440 g_vsc.SendJSON(llvm::json::Value(std::move(bp_event))); in EventThreadFunction()464 g_vsc.SendJSON(llvm::json::Value(std::move(module_event))); in EventThreadFunction()586 g_vsc.SendJSON(llvm::json::Value(std::move(response))); in request_attach()638 g_vsc.SendJSON(llvm::json::Value(std::move(response))); in request_attach()[all …]
87 void VSCode::SendJSON(const std::string &json_str) { in SendJSON() function in lldb_vscode::VSCode102 void VSCode::SendJSON(const llvm::json::Value &json) { in SendJSON() function in lldb_vscode::VSCode108 SendJSON(strm.str()); in SendJSON()225 SendJSON(llvm::json::Value(std::move(event))); in SendOutput()414 SendJSON(llvm::json::Value(std::move(request))); in SendReverseRequest()
122 void SendJSON(const std::string &json_str);126 void SendJSON(const llvm::json::Value &json);