Searched refs:wp_list (Results 1 – 2 of 2) sorted by relevance
59 const WatchpointList &wp_list = target.GetWatchpointList(); in FreeBSDThread() local60 size_t wp_size = wp_list.GetSize(); in FreeBSDThread()63 lldb::WatchpointSP wp = wp_list.GetByIndex(wp_idx); in FreeBSDThread()499 const WatchpointList &wp_list = target.GetWatchpointList(); in WatchNotify() local500 lldb::WatchpointSP wp_sp = wp_list.FindByAddress(wp_monitor_addr); in WatchNotify()
776 const WatchpointList &wp_list = exe_ctx.GetTargetPtr()->GetWatchpointList(); in WatchPointIDs() local777 const size_t wp_num = wp_list.GetSize(); in WatchPointIDs()779 const lldb::WatchpointSP wp_sp = wp_list.GetByIndex(idx); in WatchPointIDs()