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: Printing decimal128 types out of registers


> Sorry for not noticing earlier, but why do we need target description
> feature for *pseudo* registers?
> 

The purpose of this feature in the target description is to tell GDB
which targets support these pseudo-registers, so we're sure that they
won't appear on other ppc32 targets that do not support it.

This seemed to be a more natural way of doing this, instead of filling
the code with target-related conditionals.

Regards,

-- 
Luis Machado
Software Engineer 
IBM Linux Technology Center


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