HomeSort by relevance Sort by last modified time
    Searched refs:clo_vgdb_shadow_registers (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/coregrind/
pub_core_options.h 97 extern Bool VG_(clo_vgdb_shadow_registers);
m_options.c 61 Bool VG_(clo_vgdb_shadow_registers) = False; variable
m_main.c 553 VG_(clo_vgdb_shadow_registers)) {}
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
server.c 733 if (valgrind_target_xml(VG_(clo_vgdb_shadow_registers)) != NULL
749 annex = valgrind_target_xml(VG_(clo_vgdb_shadow_registers));
750 if (annex != NULL && VG_(clo_vgdb_shadow_registers)) {
861 if (valgrind_target_xml(VG_(clo_vgdb_shadow_registers)) != NULL) {
    [all...]

Completed in 419 milliseconds