Re: [Qemu-devel] [PATCH v5 32/33] target-arm: add GDB scr register

2014-10-06 Thread Greg Bellows
Dropped in v6 On 6 October 2014 11:27, Peter Maydell wrote: > On 30 September 2014 22:49, Greg Bellows wrote: > > Added the ability to print the scr register like can be done with the > cpsr. > > > > Signed-off-by: Greg Bellows > > Not sure you can just arbitrarily add new core registers > if

Re: [Qemu-devel] [PATCH v5 32/33] target-arm: add GDB scr register

2014-10-06 Thread Peter Maydell
On 30 September 2014 22:49, Greg Bellows wrote: > Added the ability to print the scr register like can be done with the cpsr. > > Signed-off-by: Greg Bellows Not sure you can just arbitrarily add new core registers if gdb isn't expecting them, and in any case if we want to do this we should prob

[Qemu-devel] [PATCH v5 32/33] target-arm: add GDB scr register

2014-09-30 Thread Greg Bellows
Added the ability to print the scr register like can be done with the cpsr. Signed-off-by: Greg Bellows --- gdb-xml/arm-core.xml | 1 + target-arm/cpu.c | 2 +- target-arm/cpu.h | 2 ++ target-arm/gdbstub.c | 3 +++ target-arm/helper.c | 5 + 5 files changed, 12 insertions(+), 1 del