Searched refs:progress_id (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | DebuggerEvents.h | 24 ProgressEventData(uint64_t progress_id, std::string title, in ProgressEventData() argument 28 m_id(progress_id), m_completed(completed), m_total(total), in ProgressEventData()
|
| H A D | Debugger.h | 656 ReportProgress(uint64_t progress_id, std::string title, std::string details,
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 1641 static void PrivateReportProgress(Debugger &debugger, uint64_t progress_id, in PrivateReportProgress() argument 1652 new ProgressEventData(progress_id, std::move(title), std::move(details), in PrivateReportProgress() 1657 void Debugger::ReportProgress(uint64_t progress_id, std::string title, in ReportProgress() argument 1668 PrivateReportProgress(*debugger_sp, progress_id, std::move(title), in ReportProgress() 1680 PrivateReportProgress(*(*pos), progress_id, title, details, completed, in ReportProgress()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 111 uint64_t &progress_id,
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 120 uint64_t &progress_id, in GetProgressFromEvent() argument 130 progress_id = progress_data->GetID(); in GetProgressFromEvent()
|