Home
last modified time | relevance | path

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

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