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

2021-04-26 Thread David Gibson
On Mon, Apr 26, 2021 at 12:50:54PM -0300, Fabiano Rosas wrote: > David Gibson writes: > > > On Wed, Apr 14, 2021 at 01:09:19PM -0700, Richard Henderson wrote: > >> On 4/14/21 7:59 AM, Bruno Larsen (billionai) wrote: > >> > All the code related to gdb has been moved from translate_init.c.inc > >>

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

2021-04-26 Thread Fabiano Rosas
David Gibson writes: > On Wed, Apr 14, 2021 at 01:09:19PM -0700, Richard Henderson wrote: >> On 4/14/21 7:59 AM, 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. >> > >> > This ne

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

2021-04-15 Thread David Gibson
On Wed, Apr 14, 2021 at 01:09:19PM -0700, Richard Henderson wrote: > On 4/14/21 7:59 AM, 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. > > > > This new version puts the prototypes

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

2021-04-14 Thread Richard Henderson
On 4/14/21 7:59 AM, 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. This new version puts the prototypes in internal.h, to not expose them unnecessarily. Signed-off-by: Bruno Larsen (bill

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

2021-04-14 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. This new version puts the prototypes in internal.h, to not expose them unnecessarily. Signed-off-by: Bruno Larsen (billionai) Suggested-by: Fabiano Rosas --- target/ppc/g