Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/
DRNBContext.h49 m_arg_vec(), m_env_vec(), m_detach_on_error(false) {} in RNBContext()
124 void SetDetachOnError(bool detach) { m_detach_on_error = detach; } in SetDetachOnError()
125 bool GetDetachOnError() { return m_detach_on_error; } in GetDetachOnError()
150 bool m_detach_on_error; variable
/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()
127 m_detach_on_error = launch_info.GetDetachOnError(); in ProcessAttachInfo()
183 bool GetDetachOnError() const { return m_detach_on_error; } in GetDetachOnError()
185 void SetDetachOnError(bool enable) { m_detach_on_error = enable; } in SetDetachOnError()
206 bool m_detach_on_error; // If we are debugging remotely, instruct the stub to variable