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

/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp5066 Target::StopHookSP new_hook_sp = variable
5113 new_hook_sp->SetSpecifier(specifier_up.release());
5133 new_hook_sp->SetThreadSpecifier(thread_spec);
5136 new_hook_sp->SetAutoContinue(m_options.m_auto_continue);
5140 static_cast<Target::StopHookCommandLine *>(new_hook_sp.get());
5143 new_hook_sp->GetID());
5147 static_cast<Target::StopHookScripted *>(new_hook_sp.get());
5153 new_hook_sp->GetID());
5158 target.UndoCreateStopHook(new_hook_sp->GetID());
5162 m_stop_hook_sp = new_hook_sp;
[all...]

Completed in 108 milliseconds