Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h135 void SetAsync(bool b) { m_async = b; } in SetAsync() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp323 void SBDebugger::SetAsync(bool b) { in SetAsync() function in SBDebugger