Searched refs:access_watchpoint (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_gdbserver.h96 access_watchpoint } PointKind; enumerator in enum:__anon27604
108 access_watchpoint indicates the tool has detected an access but does
/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c237 case access_watchpoint: return "access_watchpoint";
352 vg_assert (kind == access_watchpoint
408 vg_assert (kind == access_watchpoint
420 case access_watchpoint:
431 if (kind == access_watchpoint
432 || g->kind == access_watchpoint
H A Dtarget.c479 kind = access_watchpoint;

Completed in 127 milliseconds