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

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

Completed in 111 milliseconds