This is the mail archive of the gdb-patches@sources.redhat.com 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 Producer info


> Is set_cu_producer going to do anything else?  Otherwise I don't see
> the point of the wrapper function.

Hi Dan,

Not in the immediately foreseeable future, but I can imagine a situation
where the producer is matched with some known producer strings and an
enumerated constant is stored instead; if that ever happens, it will be
better if there's one setter.

BTW, there's also a processing_gcc_compilation in dwarf2read which is
not taking any notice of producers; I've not changed that but someone
might want to, maybe..

Cheers
David


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