Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp3098 Status Process::Halt(bool clear_thread_plans, bool use_run_lock) { in Halt() argument
3104 m_clear_thread_plans_on_stop |= clear_thread_plans; in Halt()
4959 const bool clear_thread_plans = false; in RunThreadPlan() local
4961 Halt(clear_thread_plans, use_run_lock); in RunThreadPlan()
5019 const bool clear_thread_plans = false; in RunThreadPlan() local
5021 Halt(clear_thread_plans, use_run_lock); in RunThreadPlan()
5132 const bool clear_thread_plans = false; in RunThreadPlan() local
5134 Halt(clear_thread_plans, use_run_lock); in RunThreadPlan()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectProcess.cpp1291 bool clear_thread_plans = true; in DoExecute() local
1292 Status error(process->Halt(clear_thread_plans)); in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h846 Status Halt(bool clear_thread_plans = false, bool use_run_lock = true);