Searched defs:SetAsync (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Process.h | 142 void SetAsync(bool b) { m_async = b; } SetAsync() function |
/llvm-project/lldb/source/API/ | ||
H A D | SBDebugger.cpp | 335 void SBDebugger::SetAsync(bool b) { SetAsync() function in SBDebugger |