Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Target/
H A DTarget.cpp2793 bool any_active_hooks = false; in RunStopHooks() local
2796 any_active_hooks = true; in RunStopHooks()
2800 if (!any_active_hooks) in RunStopHooks()