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.h1291 enum class StopHookKind : uint32_t { CommandBased = 0, ScriptBased }; enumerator
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2826 case StopHook::StopHookKind::CommandBased: in CreateStopHook()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp4968 Target::StopHook::StopHookKind::CommandBased in DoExecute()