Home
last modified time | relevance | path

Searched refs:m_async (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h120 m_async(false) { in ProcessAttachInfo()
133 bool GetAsync() const { return m_async; } in GetAsync()
135 void SetAsync(bool b) { m_async = b; } in SetAsync()
208 bool m_async = variable