Home
last modified time | relevance | path

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

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