Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1182 enum class StopHookKind : uint32_t { CommandBased = 0, ScriptBased }; enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2552 case StopHook::StopHookKind::ScriptBased: in CreateStopHook()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp4614 : Target::StopHook::StopHookKind::ScriptBased); in DoExecute()