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

  /external/valgrind/main/coregrind/
pub_core_options.h 62 Vg_VgdbFull, // ACtivate gdbserver in full mode, allowing
m_main.c 536 else if VG_XACT_CLO(arg, "--vgdb=full", VG_(clo_vgdb), Vg_VgdbFull) {
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c 223 No need to discard translations for Vg_VgdbFull as all
225 if (VG_(clo_vgdb) != Vg_VgdbFull)
233 if (VG_(clo_vgdb) != Vg_VgdbFull)
523 if (VG_(clo_vgdb) == Vg_VgdbFull) {
525 " due to VG_(clo_vgdb) == Vg_VgdbFull\n");
526 return Vg_VgdbFull;
    [all...]

Completed in 3252 milliseconds