Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectWatchpoint.cpp91 …MultiwordWatchpoint::VerifyWatchpointIDs(Target *target, Args &args, std::vector<uint32_t> &wp_ids) in VerifyWatchpointIDs() argument
101 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() local
307 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() local
407 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, wp_ids)) in DoExecute()
[all …]
DCommandObjectWatchpoint.h37 VerifyWatchpointIDs(Target *target, Args &args, std::vector<uint32_t> &wp_ids);