Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectProcess.cpp1401 bool clear_thread_plans = true; in DoExecute() local
1402 Error error(process->Halt (clear_thread_plans)); in DoExecute()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DProcess.h2017 Halt (bool clear_thread_plans = false);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DProcess.cpp3503 Process::Halt (bool clear_thread_plans) in Halt() argument
3508 m_clear_thread_plans_on_stop |= clear_thread_plans; in Halt()