Home
last modified time | relevance | path

Searched refs:is_debugger_specific (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h84 bool &is_debugger_specific);
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp157 bool &is_debugger_specific) { in GetProgressFromEvent() argument
166 is_debugger_specific = progress_data->IsDebuggerSpecific(); in GetProgressFromEvent()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp1301 bool is_debugger_specific) { in PrivateReportProgress() argument
1308 is_debugger_specific))); in PrivateReportProgress()
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp400 bool is_debugger_specific = false; in ProgressEventThreadFunction() local
402 event, progress_id, completed, total, is_debugger_specific); in ProgressEventThreadFunction()