Searched refs:m_resume_count (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/include/lldb/Host/ |
D | ProcessLaunchInfo.h | 79 uint32_t GetResumeCount() const { return m_resume_count; } in GetResumeCount() 81 void SetResumeCount(uint32_t c) { m_resume_count = c; } in SetResumeCount() 156 uint32_t m_resume_count; // How many times do we resume after launching variable
|
/external/llvm-project/lldb/source/Host/common/ |
D | ProcessLaunchInfo.cpp | 33 m_file_actions(), m_pty(new PseudoTerminal), m_resume_count(0), in ProcessLaunchInfo() 43 m_file_actions(), m_pty(new PseudoTerminal), m_resume_count(0), in ProcessLaunchInfo() 171 m_resume_count = 0; in Clear()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Process.h | 113 m_plugin_name(), m_resume_count(0), m_wait_for_launch(false), in ProcessAttachInfo() 119 m_plugin_name(), m_resume_count(0), m_wait_for_launch(false), in ProcessAttachInfo() 146 uint32_t GetResumeCount() const { return m_resume_count; } in GetResumeCount() 148 void SetResumeCount(uint32_t c) { m_resume_count = c; } in SetResumeCount() 161 m_resume_count = 0; in Clear() 200 uint32_t m_resume_count; // How many times do we resume after launching variable
|