Searched defs:active_state (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Target/
H A DTarget.cpp2020 Target::SetStopHookActiveStateByID (lldb::user_id_t user_id, bool active_state) argument
2027 (*specified_hook_iter).second->SetIsActive (active_state);
2032 Target::SetAllStopHooksActiveState (bool active_state) argument
2037 (*pos).second->SetIsActive (active_state);

Completed in 56 milliseconds