Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp90 m_stop_hooks (), in Target()
120 m_stop_hooks = target->m_stop_hooks; in PrimeFromDummyTarget()
232 m_stop_hooks.clear(); in Destroy()
2154 m_stop_hooks[new_uid] = stop_hook_sp; in CreateStopHook()
2162 num_removed = m_stop_hooks.erase (user_id); in RemoveStopHookByID()
2172 m_stop_hooks.clear(); in RemoveAllStopHooks()
2181 specified_hook_iter = m_stop_hooks.find (user_id); in GetStopHookByID()
2182 if (specified_hook_iter != m_stop_hooks.end()) in GetStopHookByID()
2191 specified_hook_iter = m_stop_hooks.find (user_id); in SetStopHookActiveStateByID()
2192 if (specified_hook_iter == m_stop_hooks.end()) in SetStopHookActiveStateByID()
[all …]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDTarget.h1404 return m_stop_hooks.size(); in GetNumStopHooks()
1412 StopHookCollection::iterator pos = m_stop_hooks.begin(); in GetStopHookAtIndex()
1482 StopHookCollection m_stop_hooks; variable