Searched refs:SendProgressEvent (Results 1 – 3 of 3) sorted by relevance
172 void SendProgressEvent(uint64_t progress_id, const char *message,
324 void VSCode::SendProgressEvent(uint64_t progress_id, const char *message, in SendProgressEvent() function in lldb_vscode::VSCode
407 g_vsc.SendProgressEvent(progress_id, message, completed, total); in ProgressEventThreadFunction()