From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7AC9F3856DC0; Fri, 21 Oct 2022 14:30:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7AC9F3856DC0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666362623; bh=hXjBFH0c2XlafD1EcLpg7mlQWrgeupZypsFOXtt2JfM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hX36nVh7d5Hdcgn6koejQ16/T3aKlvDvV0INrl+/bRu+I2NX6ugrevgkosliGNYlz SCjtgGhaN60ZiReb/Vxs0f/Csew8ggQw8ZXUwdmI71IYo3EwJ19nDrT/STyX+NN0/e 9sFWWXETvgjhUaVDk+YKPN3LFT+kAlwJv239W62E= From: "luis.machado at arm dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/29471] gdb 12.1 'i r' command doesn't recognise register NZCV under target aarch64-none-elf Date: Fri, 21 Oct 2022 14:30:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: luis.machado at arm dot com X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29471 --- Comment #3 from Luis Machado --- Hi Pete, I don't think there is anything wrong with QEMU or GDB. You can find all the bits you described in the CPSR. The CPSR is described like so: For the 1-bit fields, GDB will show the field name if the bit is 1. Otherwi= se nothing will be shown. So in your example... --- cpsr 0x200003cd [ SP EL=3D3 F I A D BTYPE=3D0 C ] --- You can see the various bits that are set. For fields with more than a sing= le bit, you will see the value, like BTYPE. Does that clarify things? --=20 You are receiving this mail because: You are on the CC list for the bug.=