Home
last modified time | relevance | path

Searched defs:is_debugger_specific (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/source/API/
H A DSBDebugger.cpp122 GetProgressFromEvent(const lldb::SBEvent & event,uint64_t & progress_id,uint64_t & completed,uint64_t & total,bool & is_debugger_specific) GetProgressFromEvent() argument
/llvm-project/lldb/source/Core/
H A DDebugger.cpp1472 PrivateReportProgress(Debugger & debugger,uint64_t progress_id,std::string title,std::string details,uint64_t completed,uint64_t total,bool is_debugger_specific,uint32_t progress_broadcast_bit) PrivateReportProgress() argument
/llvm-project/lldb/tools/lldb-dap/
H A Dlldb-dap.cpp428 bool is_debugger_specific = false; ProgressEventThreadFunction() local