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

  /external/valgrind/include/
pub_tool_gdbserver.h 95 access_watchpoint } PointKind; enumerator in enum:__anon26804
107 access_watchpoint indicates the tool has detected an access but does
  /external/valgrind/coregrind/m_gdbserver/
m_gdbserver.c 246 case access_watchpoint: return "access_watchpoint";
361 vg_assert (kind == access_watchpoint
425 vg_assert (kind == access_watchpoint
437 case access_watchpoint:
448 if (kind == access_watchpoint
449 || g->kind == access_watchpoint
    [all...]
target.c 533 kind = access_watchpoint;

Completed in 69 milliseconds