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: debugging custom array types


>>>>> "Michael" == Michael Haupt <michael.haupt@oracle.com> writes:

Michael> Is there documentation somewhere that explicates which pieces of DWARF
Michael> gdb supports out of the box?

There isn't.

We've made some effort over the last few years to support more of DWARF,
but there are still holes (some mentioned in bugzilla).  Usually the
holes are either because the implementation is very hard (the VLA work
falls into this category) or because no compiler has ever been seen to
emit the DWARF in question.

Michael> DW_OP_push_object_address

This one is still unimplemented, one of the few remaining DW_OP_ holes.

Tom


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