Searched defs:is_debugger_specific (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lldb/source/API/ |
H A D | SBDebugger.cpp | 122 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 D | Debugger.cpp | 1472 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 D | lldb-dap.cpp | 428 bool is_debugger_specific = false; ProgressEventThreadFunction() local
|