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 00/22 v4] Make GDB builtin target descriptions more flexible


Yao Qi <qiyaoltc@gmail.com> writes:

> This patch series is to change GDB and GDBserver builtin target
> descriptions more flexible, by removing pre-generated ones.  Nowadays,
> GDB builtin target descriptions are created from initialize_tdesc_*
> functions in features/*.c files, while GDBserver builtin target
> descriptions are generated from regformats/*.dat files.  Instead,
> with these patches applied, these builtin target descriptions can be
> got lazily and dynamically.

I regression tested them again yesterday and pushed them in.  I'll start
to convert other target descriptions.

-- 
Yao (齐尧)


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