Searched refs:gs_watches (Results 1 – 1 of 1) sorted by relevance
261 static XArray* gs_watches = NULL; variable265 return *(GS_Watch **) VG_(indexXA) (gs_watches, i); in index_gs_watches()274 const Word n_elems = VG_(sizeXA) (gs_watches); in lookup_gs_watch()382 VG_(addToXA)(gs_watches, &g); in VG_()390 VG_(removeIndexXA) (gs_watches, g_ix); in VG_()421 n_elems = VG_(sizeXA) (gs_watches); in VG_()558 const Word n_elems = VG_(sizeXA) (gs_watches); in clear_watched_addresses()575 VG_(deleteXA) (gs_watches); in clear_watched_addresses()576 gs_watches = NULL; in clear_watched_addresses()636 vg_assert (gs_watches != NULL); in gdbserver_cleanup_in_child_after_fork()[all …]