Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_tooliface.c97 .info_location = False,
324 void (*info_location)(Addr) in VG_()
327 VG_(needs).info_location = True; in VG_()
328 VG_(tdict).tool_info_location = info_location; in VG_()
Dpub_core_tooliface.h92 Bool info_location; member
/external/valgrind/coregrind/m_gdbserver/
Dserver.c444 if (VG_(needs).info_location) { in handle_gdb_valgrind_command()
449 if (!VG_(needs).info_location || VG_(debugLog_getLevel)() > 0 ) { in handle_gdb_valgrind_command()
/external/valgrind/include/
Dpub_tool_tooliface.h463 void (*info_location)(Addr)