Comment # 5 on bug 1042012 from
252         *ct = cd->type;
(gdb) print ct
$1 = (struct ctype *) 0x7ffcaf207fc0
(gdb) print cd->type
$2 = {base_size = 16, {{bit_size = 0, bit_offset = 0}, array_size = 0,
variable_increment = 0}, offset = 0, align_mask = 0, pointers = 0, const_mask =
0, type = 6, 
  is_reference = 0, is_array = 0, is_defined = 1, is_null = 0, has_member_name
= 0, calling_convention = 0, has_var_arg = 0, is_variable_array = 0,
is_variable_struct = 0, 
  variable_size_known = 0, is_bitfield = 0, has_bitfield = 0, is_jitted = 0,
is_packed = 0, is_unsigned = 0}
(gdb) print *ct
$3 = {base_size = 0, {{bit_size = 0, bit_offset = 0}, array_size = 0,
variable_increment = 0}, offset = 0, align_mask = 0, pointers = 0, const_mask =
0, type = 0, 
  is_reference = 0, is_array = 0, is_defined = 0, is_null = 0, has_member_name
= 0, calling_convention = 0, has_var_arg = 0, is_variable_array = 0,
is_variable_struct = 0, 
  variable_size_known = 0, is_bitfield = 0, has_bitfield = 0, is_jitted = 0,
is_packed = 0, is_unsigned = 0}


You are receiving this mail because: