Re: [PATCH v4] target/ppc: code motion from translate_init.c.inc to gdbstub.c

2021-04-28 Thread Bruno Piazera Larsen
This is a test. Please disregard

Re: [PATCH v4] target/ppc: code motion from translate_init.c.inc to gdbstub.c

2021-04-26 Thread David Gibson
On Mon, Apr 26, 2021 at 03:47:06PM -0300, Bruno Larsen (billionai) wrote: > All the code related to gdb has been moved from translate_init.c.inc > file to the gdbstub.c file, where it makes more sense. > > Version 4 fixes the omission of internal.h in gdbstub, mentioned in > <87sg3d2gf5@linux.

[PATCH v4] target/ppc: code motion from translate_init.c.inc to gdbstub.c

2021-04-26 Thread Bruno Larsen (billionai)
All the code related to gdb has been moved from translate_init.c.inc file to the gdbstub.c file, where it makes more sense. Version 4 fixes the omission of internal.h in gdbstub, mentioned in <87sg3d2gf5@linux.ibm.com>, and the extra blank line. Signed-off-by: Bruno Larsen (billionai) Sugges