This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Segfault in varobj.c


On Fri, Jul 27, 2007 at 05:52:25AM -0700, Robert Norton wrote:
> Breakpointing in c_type_of_child (now c_describe_child) we end up in the
> default case of the switch because the parent has type code
> TYPE_CODE_TYPEDEF, so could it be that the switch requires another case
> to handle this situation? I'll see if I can come up with a minimal test
> binary based on this.

No, that won't happen any more.  See get_value_type.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]