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 97 access_watchpoint } PointKind; enumerator in enum:__anon36602
109 access_watchpoint indicates the tool has detected an access but does
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c 245 case access_watchpoint: return "access_watchpoint";
360 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 522 kind = access_watchpoint;

Completed in 83 milliseconds