Searched defs:m_should_detach (Results 1 - 1 of 1) sorted by relevance

/external/lldb/include/lldb/Target/
H A DProcess.h1805 return m_should_detach;
1811 m_should_detach = b;
3670 bool m_should_detach; /// Should we detach if the process object goes away with an explicit call to Kill or Detach? member in class:lldb_private::Process

Completed in 316 milliseconds