Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2824 Target::StopHookSP stop_hook_sp; in CreateStopHook() local
2827 stop_hook_sp.reset(new StopHookCommandLine(shared_from_this(), new_uid)); in CreateStopHook()
2830 stop_hook_sp.reset(new StopHookScripted(shared_from_this(), new_uid)); in CreateStopHook()
2833 m_stop_hooks[new_uid] = stop_hook_sp; in CreateStopHook()
2834 return stop_hook_sp; in CreateStopHook()