Home
last modified time | relevance | path

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

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