Home
last modified time | relevance | path

Searched defs:progress_id (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DProgress.h115 uint64_t progress_id; member
H A DDebuggerEvents.h24 ProgressEventData(uint64_t progress_id, std::string title, in ProgressEventData()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1469 static void PrivateReportProgress(Debugger &debugger, uint64_t progress_id, in PrivateReportProgress()
1485 void Debugger::ReportProgress(uint64_t progress_id, std::string title, in ReportProgress()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp119 uint64_t &progress_id, in GetProgressFromEvent()