Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DTarget.cpp2618 bool any_active_hooks = false; in RunStopHooks() local
2621 any_active_hooks = true; in RunStopHooks()
2625 if (!any_active_hooks) in RunStopHooks()