Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1453 StopHookSP CreateStopHook(StopHook::StopHookKind kind);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp4992 target.CreateStopHook(m_python_class_options.GetName().empty() ? in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2999 Target::StopHookSP Target::CreateStopHook(StopHook::StopHookKind kind) { in CreateStopHook() function in Target