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.h1400 StopHookSP CreateStopHook(StopHook::StopHookKind kind);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2822 Target::StopHookSP Target::CreateStopHook(StopHook::StopHookKind kind) { in CreateStopHook() function in Target
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp4967 target.CreateStopHook(m_python_class_options.GetName().empty() ? in DoExecute()