Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/blacklist/diff/
Dssh.diff143 struct ssh *ssh = active_state; /* XXX */
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DTarget.h1318 bool SetStopHookActiveStateByID(lldb::user_id_t uid, bool active_state);
1320 void SetAllStopHooksActiveState(bool active_state);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DTarget.cpp2585 bool active_state) { in SetStopHookActiveStateByID() argument
2591 (*specified_hook_iter).second->SetIsActive(active_state); in SetStopHookActiveStateByID()
2595 void Target::SetAllStopHooksActiveState(bool active_state) { in SetAllStopHooksActiveState() argument
2598 (*pos).second->SetIsActive(active_state); in SetAllStopHooksActiveState()