Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectTarget.cpp4613 Target::StopHookSP new_hook_sp = target.CreateStopHook(); in DoExecute() local
4657 new_hook_sp->SetSpecifier(specifier_up.release()); in DoExecute()
4677 new_hook_sp->SetThreadSpecifier(thread_spec); in DoExecute()
4680 new_hook_sp->SetAutoContinue(m_options.m_auto_continue); in DoExecute()
4684 new_hook_sp->GetCommandPointer()->AppendString(cmd.c_str()); in DoExecute()
4686 new_hook_sp->GetID()); in DoExecute()
4688 m_stop_hook_sp = new_hook_sp; in DoExecute()