Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DTarget.cpp2545 Target::StopHookSP stop_hook_sp; in CreateStopHook() local
2548 stop_hook_sp.reset(new StopHookCommandLine(shared_from_this(), new_uid)); in CreateStopHook()
2551 stop_hook_sp.reset(new StopHookScripted(shared_from_this(), new_uid)); in CreateStopHook()
2554 m_stop_hooks[new_uid] = stop_hook_sp; in CreateStopHook()
2555 return stop_hook_sp; in CreateStopHook()