Home
last modified time | relevance | path

Searched refs:tool_watchpoint (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_gdbserver/
Dm_gdbserver.c329 static Bool (*tool_watchpoint) (PointKind kind, variable
338 tool_watchpoint = watchpoint; in VG_()
364 if (tool_watchpoint == NULL) in VG_()
367 res = (*tool_watchpoint) (kind, insert, addr, len); in VG_()