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 v4 05/10] Commonise tdesc types


On 2018-03-22 04:44 AM, alan.hayward@arm.com wrote:
> From: Alan Hayward <alan.hayward@arm.com>
> 
> This patch moves all the various tdesc types to common code.
> 
> It also commonises all the tdesc_ functions that are stubbed
> out in gdbserver.
> 
> This is a lot of code to move across, but it is the simplest
> way of getting gdbserver to retain the target description
> information.
> 
> With this patch, gdb and gdbserver will now parse a target
> description in the same way.
> 
> Identical to V3 version.
> 
> Alan.

Just a nit, some functions in common/tdesc.c have the

  /* See common/tdesc.h.  */

comment, and some don't.

Simon


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