Re: [Qemu-devel] [PATCH v4 1/3] target/ppc: Add SPRs XML generation code for gdbstub

2019-01-23 Thread Alexey Kardashevskiy
On 23/01/2019 04:01, Fabiano Rosas wrote: > A following patch will add support for handling the Special Purpose > Registers (SPR) in GDB via gdbstub. For that purpose, GDB needs to be > provided with an XML description of the registers (see gdb-xml > directory). > > This patch adds the code

[Qemu-devel] [PATCH v4 1/3] target/ppc: Add SPRs XML generation code for gdbstub

2019-01-22 Thread Fabiano Rosas
A following patch will add support for handling the Special Purpose Registers (SPR) in GDB via gdbstub. For that purpose, GDB needs to be provided with an XML description of the registers (see gdb-xml directory). This patch adds the code that generates the XML dynamically based on the SPRs