Home
last modified time | relevance | path

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

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