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: [RFA/commit] DWARF: Add support for DW_TAG_constant DIEs


> For add_partial_symbol - why do you make DW_TAG_constant different from
> DW_TAG_variable?  DW_TAG_variable would handle more cases there.

As explained in my original email - I felt at the time that this would
make the DW_TAG_variable case overly complicated, whereas I did not see
why DW_TAG_constant would need more than what I added. If we prefer to
merge the two, I'm happy too. I just wanted to help keep things as
simple as possible.  What do you think?

I'm sorry about the two blunders last week. The consequence of trying
to do too much at the same time while trying to get ready for yet
another trip. I'm back, now, so I will try to focus a little better.

-- 
Joel


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