Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp2626 Target::StopHookSP stop_hook_sp; in CreateStopHook() local
2629 stop_hook_sp.reset(new StopHookCommandLine(shared_from_this(), new_uid)); in CreateStopHook()
2632 stop_hook_sp.reset(new StopHookScripted(shared_from_this(), new_uid)); in CreateStopHook()
2635 m_stop_hooks[new_uid] = stop_hook_sp; in CreateStopHook()
2636 return stop_hook_sp; in CreateStopHook()