Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h1348 StopHookSP CreateStopHook(StopHook::StopHookKind kind);
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp2624 Target::StopHookSP Target::CreateStopHook(StopHook::StopHookKind kind) { in CreateStopHook() function in Target
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp4773 target.CreateStopHook(m_python_class_options.GetName().empty() ? in DoExecute()