Searched refs:wp_res_sp (Results 1 – 2 of 2) sorted by relevance
53 WatchpointResourceSP wp_res_sp = in AtomizeWatchpointRequest() local55 resources.push_back(wp_res_sp); in AtomizeWatchpointRequest()
3139 GetGDBStoppointType(const WatchpointResourceSP &wp_res_sp) { in GetGDBStoppointType() argument3140 assert(wp_res_sp); in GetGDBStoppointType()3141 bool read = wp_res_sp->WatchpointResourceRead(); in GetGDBStoppointType()3142 bool write = wp_res_sp->WatchpointResourceWrite(); in GetGDBStoppointType()3210 for (const auto &wp_res_sp : resources) { in EnableWatchpoint() local3211 addr_t addr = wp_res_sp->GetLoadAddress(); in EnableWatchpoint()3212 size_t size = wp_res_sp->GetByteSize(); in EnableWatchpoint()3213 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in EnableWatchpoint()3220 succesfully_set_resources.push_back(wp_res_sp); in EnableWatchpoint()3225 for (const auto &wp_res_sp : resources) { in EnableWatchpoint() local[all …]