Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3069 Status Process::Halt(bool clear_thread_plans, bool use_run_lock) { in Halt() argument
3075 m_clear_thread_plans_on_stop |= clear_thread_plans; in Halt()
4933 const bool clear_thread_plans = false; in RunThreadPlan() local
4935 Halt(clear_thread_plans, use_run_lock); in RunThreadPlan()
4993 const bool clear_thread_plans = false; in RunThreadPlan() local
4995 Halt(clear_thread_plans, use_run_lock); in RunThreadPlan()
5106 const bool clear_thread_plans = false; in RunThreadPlan() local
5108 Halt(clear_thread_plans, use_run_lock); in RunThreadPlan()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1109 bool clear_thread_plans = true; in DoExecute() local
1110 Status error(process->Halt(clear_thread_plans)); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h840 Status Halt(bool clear_thread_plans = false, bool use_run_lock = true);