Searched refs:vtblprint (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
H A Dvalprint.h28 extern int vtblprint; /* Controls printing of vtbl's */
H A Dp-lang.h62 extern int vtblprint; /* Controls printing of vtbl's */
H A Dc-lang.h72 extern int vtblprint; /* Controls printing of vtbl's */
H A Dc-valprint.c151 if (vtblprint && cp_is_vtbl_ptr_type (type))
215 if (vt_address && vtblprint)
303 if (vtblprint && cp_is_vtbl_ptr_type (type))
H A Dcp-valprint.c43 int vtblprint; /* Controls printing of vtbl's */ variable
431 if (vtblprint)
477 } /* if vtblprint */
818 (add_set_cmd ("vtbl", class_support, var_boolean, (char *) &vtblprint,
831 vtblprint = 0;
H A Dp-valprint.c140 if (vtblprint && pascal_object_is_vtbl_ptr_type (type))
221 if (vt_address && vtblprint)
310 if (vtblprint && pascal_object_is_vtbl_ptr_type (type))
575 extern int vtblprint; /* Controls printing of vtbl's */
H A Djv-valprint.c469 if (vtblprint && cp_is_vtbl_ptr_type (type))

Completed in 174 milliseconds