Searched refs:m_clear_thread_plans_on_stop (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Target/
H A DProcess.cpp1038 m_clear_thread_plans_on_stop (false),
3332 // Don't clear the m_clear_thread_plans_on_stop, only set it to true if
3335 m_clear_thread_plans_on_stop |= clear_thread_plans;
4038 if (m_clear_thread_plans_on_stop &&
4041 m_clear_thread_plans_on_stop = false;
/external/lldb/include/lldb/Target/
H A DProcess.h3680 bool m_clear_thread_plans_on_stop; member in class:lldb_private::Process

Completed in 78 milliseconds