Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp244 void SBDebugger::SetAsync(bool b) { in SetAsync() function in SBDebugger
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h201 void SetAsync(bool b) { m_async = b; } in SetAsync() function