Home
last modified time | relevance | path

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

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