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 1/5] AArch64 GDB and GDBSERVER Port V2


>>>>> "Marcus" == Marcus Shawcroft <marcus.shawcroft@arm.com> writes:

Marcus> This patch contains the base AArch64 port for GDB.

I'm not really the right person to comment on most of this series, but I
did have a couple questions.

Marcus> +#include <inttypes.h>

Is this strictly necessary?

Marcus> +  tdep = xcalloc (1, sizeof (struct gdbarch_tdep));
Marcus> +  gdbarch = gdbarch_alloc (&info, tdep);
[... fill it in ...]

I wonder if you plan to port the various gdbarch 'sdt' bits.
It usually isn't very hard; e.g., see arm-linux-tdep.c.

Tom


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