Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DProcess.h118 : m_resume_count(0), m_wait_for_launch(false), m_ignore_existing(true), in ProcessAttachInfo()
129 bool GetWaitForLaunch() const { return m_wait_for_launch; } in GetWaitForLaunch()
131 void SetWaitForLaunch(bool b) { m_wait_for_launch = b; } in SetWaitForLaunch()
161 m_wait_for_launch = false; in Clear()
200 bool m_wait_for_launch = false; variable