This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] aarch64/gdbserver: fix floating point registers display


On 08/12/2014 05:43 PM, Richard Earnshaw wrote:
> This doesn't seem right to me.  The CPSR is a 32-bit register, not a
> 64-bit one.

cpsr is 64-bit in the target description, see
gdb/features/aarch64-core.xml,

  <reg name="cpsr" bitsize="64"/>

We need to fix it.

-- 
Yao (éå)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]