Home
last modified time | relevance | path

Searched defs:SetAsync (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDProcess.h142 void SetAsync(bool b) { m_async = b; } in SetAsync() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBDebugger.cpp335 void SBDebugger::SetAsync(bool b) { in SetAsync() function in SBDebugger