Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/blocklist/diff/
H A Dssh.diff143 struct ssh *ssh = active_state; /* XXX */
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1413 bool SetStopHookActiveStateByID(lldb::user_id_t uid, bool active_state);
1415 void SetAllStopHooksActiveState(bool active_state);
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2874 bool active_state) { in SetStopHookActiveStateByID() argument
2880 (*specified_hook_iter).second->SetIsActive(active_state); in SetStopHookActiveStateByID()
2884 void Target::SetAllStopHooksActiveState(bool active_state) { in SetAllStopHooksActiveState() argument
2887 (*pos).second->SetIsActive(active_state); in SetAllStopHooksActiveState()