Searched refs:clo_vgdb_prefix (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_options.h93 extern const HChar *VG_(clo_vgdb_prefix);
H A Dm_options.c59 const HChar *VG_(clo_vgdb_prefix) = NULL; variable
H A Dm_main.c549 else if VG_STR_CLO (arg, "--vgdb-prefix", VG_(clo_vgdb_prefix)) {
806 if (VG_(clo_vgdb_prefix) == NULL)
807 VG_(clo_vgdb_prefix) = VG_(vgdb_prefix_default)();
/external/valgrind/main/coregrind/m_gdbserver/
H A Dserver.c1004 remote_open (VG_(clo_vgdb_prefix));
1251 remote_open (VG_(clo_vgdb_prefix));
H A Dm_gdbserver.c709 remote_open(VG_(clo_vgdb_prefix));

Completed in 154 milliseconds