Searched refs:watchpoints (Results 1 – 9 of 9) sorted by relevance
3 # We need a non buggy gdb.step as watchpoints are placed after a "step".5 prog: watchpoints10 argsB: --quiet -l 60 --nx ./watchpoints
13 # insert the watchpoints27 break watchpoints.c:70
1 # test cleanup of break and watchpoints after fork
149 watchpoints program
277 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute() local281 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute()298 Watchpoint *wp = watchpoints.GetByIndex(i).get(); in DoExecute()317 Watchpoint *wp = watchpoints.FindByID(wp_ids[i]).get(); in DoExecute()385 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute() local387 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute()464 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute() local465 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute()547 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute() local549 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute()[all …]
497 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute() local498 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute()663 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute() local664 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute()755 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute() local756 size_t num_watchpoints = watchpoints.GetSize(); in DoExecute()
103 How are watchpoints implemented ?116 occurence, gdb sees the value has changed. But the watchpoints are all
268 qualifier to allow arches to auto detect how many hardware watchpoints they 854 (LOG_WATCHPOINTS): New macro definition for logging watchpoints.
1366 n-i-bz Fix assert in gdbserver for watchpoints watching the same address1473 memory watchpoints are supported, etc. To use the GDB server, start