RE: [PATCH v1 0/4] target/microblaze: Add dynamic GDB XML and correct SReg reporting

2020-05-13 Thread Joe Komlodi
Cc: qemu-devel@nongnu.org Subject: Re: [PATCH v1 0/4] target/microblaze: Add dynamic GDB XML and correct SReg reporting On Mon, May 11, 2020 at 10:05:47AM -0700, Joe Komlodi wrote: > Hi all, > > This series adds dynamic GDB XML support for Micraoblaze CPUs, and > fixes an issue wh

Re: [PATCH v1 0/4] target/microblaze: Add dynamic GDB XML and correct SReg reporting

2020-05-13 Thread Edgar E. Iglesias
On Mon, May 11, 2020 at 10:05:47AM -0700, Joe Komlodi wrote: > Hi all, > > This series adds dynamic GDB XML support for Micraoblaze CPUs, and fixes > an issue when reporting Microblaze SRegs through GDB. > > The SRegs used to be printed out by iterating over the SReg array, but the > SReg array

Re: [PATCH v1 0/4] target/microblaze: Add dynamic GDB XML and correct SReg reporting

2020-05-13 Thread Edgar E. Iglesias
On Mon, May 11, 2020 at 10:05:47AM -0700, Joe Komlodi wrote: > Hi all, > > This series adds dynamic GDB XML support for Micraoblaze CPUs, and fixes > an issue when reporting Microblaze SRegs through GDB. > > The SRegs used to be printed out by iterating over the SReg array, but the > SReg array

[PATCH v1 0/4] target/microblaze: Add dynamic GDB XML and correct SReg reporting

2020-05-11 Thread Joe Komlodi
Hi all, This series adds dynamic GDB XML support for Micraoblaze CPUs, and fixes an issue when reporting Microblaze SRegs through GDB. The SRegs used to be printed out by iterating over the SReg array, but the SReg array isn't laid out in memory in the same order that GDB expects them. When