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 525 else if VG_XACT_CLO(arg, "--vgdb=full", VG_(clo_vgdb), Vg_VgdbFull) {
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c 506 if (VG_(clo_vgdb) == Vg_VgdbFull) {
508 " due to VG_(clo_vgdb) == Vg_VgdbFull\n");
509 return Vg_VgdbFull;
943 // For Vg_VgdbFull, after a fork, we might have calls to this helper
    [all...]

Completed in 825 milliseconds