Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2895 bool any_active_hooks = false; in RunStopHooks() local
2898 any_active_hooks = true; in RunStopHooks()
2902 if (!any_active_hooks) in RunStopHooks()