Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3151 Status Process::Halt(bool clear_thread_plans, bool use_run_lock) { in Halt() argument
3157 m_clear_thread_plans_on_stop |= clear_thread_plans; in Halt()
5034 const bool clear_thread_plans = false; in RunThreadPlan() local
5036 Halt(clear_thread_plans, use_run_lock); in RunThreadPlan()
5094 const bool clear_thread_plans = false; in RunThreadPlan() local
5096 Halt(clear_thread_plans, use_run_lock); in RunThreadPlan()
5207 const bool clear_thread_plans = false; in RunThreadPlan() local
5209 Halt(clear_thread_plans, use_run_lock); in RunThreadPlan()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1233 bool clear_thread_plans = true; in DoExecute() local
1234 Status error(process->Halt(clear_thread_plans)); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h895 Status Halt(bool clear_thread_plans = false, bool use_run_lock = true);