Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1826 m_watchpoint_resource_list.FindByAddress(wp_hit_addr); in SetThreadStopInfo()
1835 wp_resource_sp = m_watchpoint_resource_list.FindByAddress(wp_addr); in SetThreadStopInfo()
2269 m_watchpoint_resource_list.FindByAddress(wp_addr); in SetThreadStopInfo()
3229 m_watchpoint_resource_list.Add(wp_res_sp); in EnableWatchpoint()
3282 for (const auto &wp_res_sp : m_watchpoint_resource_list.Sites()) { in DisableWatchpoint()
3298 m_watchpoint_resource_list.Remove(wp_res_sp->GetID()); in DisableWatchpoint()
5725 for (const auto &wp_res_sp : m_watchpoint_resource_list.Sites()) { in DidForkSwitchHardwareTraps()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2219 return m_watchpoint_resource_list; in GetWatchpointResourceList()
3095 m_watchpoint_resource_list; ///< Watchpoint resources currently in use. variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp584 m_watchpoint_resource_list.Clear(); in Finalize()