Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp477 m_clear_thread_plans_on_stop(false), m_force_next_event_delivery(false), in Process()
3317 m_clear_thread_plans_on_stop |= clear_thread_plans; in Halt()
4089 if (m_clear_thread_plans_on_stop && in RunPrivateStateThread()
4091 m_clear_thread_plans_on_stop = false; in RunPrivateStateThread()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h3168 bool m_clear_thread_plans_on_stop; variable