Searched refs:info_location (Results 1 – 4 of 4) sorted by relevance
97 .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_()
92 Bool info_location; member
444 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()
463 void (*info_location)(Addr)