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: [patch 2/2] Fix decode_locdesc for gcc-4.7.x optimized DWARF


Tom> I don't understand why DWARF_VALUE_REGISTER is ok here,

Jan> Made there a new comment - Drow says it is needed.

Tom> or why DWARF_VALUE_LITERAL is not.

Jan> That is for DW_OP_implicit_value (DW_OP_lit* does not use
Jan> DWARF_VALUE_LITERAL).  It hasn't been supported so far and I do not
Jan> think the callers of decode_locdesc need DW_OP_implicit_value.  I
Jan> find it outside of the scope of this patch, it is definitely not a
Jan> regression.

Thanks.
It is fine by me.

Tom


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