Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h80 bool &is_debugger_specific);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp164 bool &is_debugger_specific) { in GetProgressFromEvent() argument
172 is_debugger_specific = progress_data->IsDebuggerSpecific(); in GetProgressFromEvent()
178 event, progress_id, completed, total, is_debugger_specific); in GetProgressFromEvent()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1189 bool is_debugger_specific) { in PrivateReportProgress() argument
1196 total, is_debugger_specific))); in PrivateReportProgress()