Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DProcess.h749 bool GetShouldDetach() const { return m_should_detach; } in GetShouldDetach()
751 void SetShouldDetach(bool b) { m_should_detach = b; } in SetShouldDetach()
2820 bool m_should_detach; /// Should we detach if the process object goes away variable
/external/llvm-project/lldb/source/Target/
DProcess.cpp558 m_should_detach(false), m_next_event_action_up(), m_public_run_lock(), in Process()
2625 m_should_detach = false; in Launch()
2880 m_should_detach = true; in Attach()
2952 m_should_detach = true; in Attach()
3358 m_should_detach = false; in Destroy()