Re: [PATCH 19/25] gdbstub: Replace gdb_regs with an array

2023-10-10 Thread Alistair Francis
On Tue, Oct 10, 2023 at 2:47 AM Alex Bennée wrote: > > From: Akihiko Odaki > > An array is a more appropriate data structure than a list for gdb_regs > since it is initialized only with append operation and read-only after > initialization. > > Signed-off-by: Akihiko Odaki > Message-Id: <2023091

[PATCH 19/25] gdbstub: Replace gdb_regs with an array

2023-10-09 Thread Alex Bennée
From: Akihiko Odaki An array is a more appropriate data structure than a list for gdb_regs since it is initialized only with append operation and read-only after initialization. Signed-off-by: Akihiko Odaki Message-Id: <20230912224107.29669-13-akihiko.od...@daynix.com> [AJB: fixed a checkpatch