Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h1239 enum class StopHookKind : uint32_t { CommandBased = 0, ScriptBased }; enumerator
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp2628 case StopHook::StopHookKind::CommandBased: in CreateStopHook()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp4774 Target::StopHook::StopHookKind::CommandBased in DoExecute()