Re: [PATCH] arm/monitor: add register name resolution

2022-09-23 Thread Nikola Brkovic
Hello, thank you for your feedback. The choice of registers was relatively arbitrary, I chose registers that would be accessible and valid under all profiles and not part of the CP15. I will look into how this could be implemented through gdbstub, as I was not aware of that possibility. Kind

Re: [PATCH] arm/monitor: add register name resolution

2022-09-22 Thread Peter Maydell
On Sat, 10 Sept 2022 at 15:14, Nikola Brkovic wrote: > > This patch allows the monitor to resolve the > stack pointer, instruction pointer, > system status register and FPU status register > on ARM targets. > > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1145 > > Signed-off-by: Nikola

[PATCH] arm/monitor: add register name resolution

2022-09-10 Thread Nikola Brkovic
This patch allows the monitor to resolve the stack pointer, instruction pointer, system status register and FPU status register on ARM targets. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1145 Signed-off-by: Nikola Brkovic --- target/arm/monitor.c | 29 +