Home
last modified time | relevance | path

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

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