From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2597F385416C; Fri, 21 Oct 2022 10:06:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2597F385416C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666346802; bh=n+Yr3WEW3ElL4llomKtNgLFFKUdiNrtenbtZHKteVbE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=w+ApYPonlzsZL9r4aMfemf0xn8rExSQY7XOiKr4U7opkdt1xGCNwffiFb5KxfBXNG u1E1BmyUqEeixQI9vUXXk66HPSTSpD8SYnsaNBvcVz475YdPqZzGvLPVEwAvr7yUiM 7tfnNP+Awy5Fr0GSY4L1HPtzqMaDir2M6y3j+9S4= 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 10:06:41 +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: everconfirmed cc cf_reconfirmed_on bug_status 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 Luis Machado changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |luis.machado at arm dot com Last reconfirmed| |2022-10-21 Status|UNCONFIRMED |WAITING --- Comment #1 from Luis Machado --- Hi Pete, When dealing with bare metal, GDB gets its register set from the target. For example, QEMU might not expose the Process State bits separately. It may be= the case that it packs everything into a synthetic CPSR register, as is shown in your first post. What debugging stub are you using for aarch64-none-elf? QEMU, openOCD etc? --=20 You are receiving this mail because: You are on the CC list for the bug.=