Searched refs:wp_ids (Results 1 – 2 of 2) sorted by relevance
91 …MultiwordWatchpoint::VerifyWatchpointIDs(Target *target, Args &args, std::vector<uint32_t> &wp_ids) in VerifyWatchpointIDs() argument101 wp_ids.push_back(watch_sp->GetID()); in VerifyWatchpointIDs()143 wp_ids.push_back(id); in VerifyWatchpointIDs()157 wp_ids.push_back(beg); in VerifyWatchpointIDs()306 std::vector<uint32_t> wp_ids; in DoExecute() local307 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, wp_ids)) in DoExecute()314 const size_t size = wp_ids.size(); in DoExecute()317 Watchpoint *wp = watchpoints.FindByID(wp_ids[i]).get(); in DoExecute()406 std::vector<uint32_t> wp_ids; in DoExecute() local407 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, wp_ids)) in DoExecute()[all …]
37 VerifyWatchpointIDs(Target *target, Args &args, std::vector<uint32_t> &wp_ids);