Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h127 : m_resume_count(0), m_wait_for_launch(false), m_ignore_existing(true), in ProcessAttachInfo()
136 bool GetWaitForLaunch() const { return m_wait_for_launch; } in GetWaitForLaunch()
138 void SetWaitForLaunch(bool b) { m_wait_for_launch = b; } in SetWaitForLaunch()
168 m_wait_for_launch = false; in Clear()
192 bool m_wait_for_launch = false; variable