Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DProcess.h115 m_detach_on_error(true), m_async(false) {} in ProcessAttachInfo()
121 m_detach_on_error(true), m_async(false) { in ProcessAttachInfo()
134 bool GetAsync() const { return m_async; } in GetAsync()
136 void SetAsync(bool b) { m_async = b; } in SetAsync()
208 bool m_async; // Use an async attach where we start the attach and return variable