Home
last modified time | relevance | path

Searched refs:clear_thread_plans (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Target/
DProcess.cpp3200 Status Process::Halt(bool clear_thread_plans, bool use_run_lock) { in Halt() argument
3206 m_clear_thread_plans_on_stop |= clear_thread_plans; in Halt()
5062 const bool clear_thread_plans = false; in RunThreadPlan() local
5064 Halt(clear_thread_plans, use_run_lock); in RunThreadPlan()
5122 const bool clear_thread_plans = false; in RunThreadPlan() local
5124 Halt(clear_thread_plans, use_run_lock); in RunThreadPlan()
5235 const bool clear_thread_plans = false; in RunThreadPlan() local
5237 Halt(clear_thread_plans, use_run_lock); in RunThreadPlan()
/external/llvm-project/lldb/source/Commands/
DCommandObjectProcess.cpp1110 bool clear_thread_plans = true; in DoExecute() local
1111 Status error(process->Halt(clear_thread_plans)); in DoExecute()
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h864 Status Halt(bool clear_thread_plans = false, bool use_run_lock = true);