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: Change cpsr type to be 64bit.


On 12/18/2013 07:08 PM, Andrew Pinski wrote:
> As mentioned in http://www.spinics.net/lists/arm-kernel/msg290896.html, we should change gdb's notion of cpsr to be 64bit.
> 
> OK?  Build and tested for aarch64-linux-gnu with no regressions.
> I also double checked to make sure that what is passed down from the kernel (via sigcontext), is the full 64bit.

With this, the register will be exposed as 64-bit to the
user.  Is that desirable?  The fact that the original
description used 32-bit makes it sounds like it's not.
What's the real register width at the (asm visible)
machine level?

-- 
Pedro Alves


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