HomeSort by relevance Sort by last modified time
    Searched refs:access_watchpoint (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/include/
pub_tool_gdbserver.h 96 access_watchpoint } PointKind; enumerator in enum:__anon14166
108 access_watchpoint indicates the tool has detected an access but does
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c 229 case access_watchpoint: return "access_watchpoint";
312 vg_assert (kind == access_watchpoint
354 vg_assert (kind == access_watchpoint
365 case access_watchpoint:
376 if (kind == access_watchpoint
377 || g->kind == access_watchpoint
    [all...]
valgrind-low.c 369 kind = access_watchpoint;

Completed in 97 milliseconds