Searched refs:num_watchpoints (Results 1 – 5 of 5) sorted by relevance
226 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute() local228 if (num_watchpoints == 0) { in DoExecute()239 for (size_t i = 0; i < num_watchpoints; ++i) { in DoExecute()308 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute() local310 if (num_watchpoints == 0) { in DoExecute()383 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute() local385 if (num_watchpoints == 0) { in DoExecute()500 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute() local502 if (num_watchpoints == 0) { in DoExecute()629 if (num_watchpoints == 0) { in DoExecute()[all …]
373 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute() local375 if (num_watchpoints == 0) { in DoExecute()481 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute() local483 if (num_watchpoints == 0) { in DoExecute()549 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute() local551 if (num_watchpoints == 0) { in DoExecute()
1076 …num_watchpoints = property(GetNumWatchpoints, None, doc='''A read only property that returns the n…
650 const uint32_t num_watchpoints = NumSupportedHardwareWatchpoints(); in NotifyException() local651 for (uint32_t i = 0; i < num_watchpoints; i++) { in NotifyException()
539 const uint32_t num_watchpoints = NumSupportedHardwareWatchpoints(); in NotifyException() local540 for (uint32_t i = 0; i < num_watchpoints; i++) { in NotifyException()