This is the mail archive of the gdb-patches@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: [dwarf2_mark_helper patch] Re: [PATCH] Make interrupting tab-completion safe.


On Tue, 12 Jul 2011 13:14:40 +0200, Jan Kratochvil wrote:
> And then also it must have:
>  * missing DW_AT_MIPS_linkage_name which I guess only Google is using.
>    One can simulate it in gdb by -ex 'set debug check-physname'.
>    Otherwise C++ parameters printing would not get called.

Neither the hypothetical Google modification of GCC (for .debug size
reduction) nor 'set debug check-physname' should be needed.

Any GCCs except HEAD did not provide DW_AT_MIPS_linkage_name for constructors
and destructors.  GDB could crash on computing physname of these ones.


Regards,
Jan


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