From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 408C4385381C; Fri, 21 Oct 2022 12:42:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 408C4385381C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666356152; bh=S3swUef9qvG3M6qs6MAmoWgYUzVJEWpkUgcSPg2ze60=; h=From:To:Subject:Date:In-Reply-To:References:From; b=u+7vYpRsOn7yMC0BZ0pdkhymTQ+mIDImKbu0WnWqGG8xCaXUMekjXl+Z89SBAJbFa m76ZtTBU3gM7h2rWuObA6lgFDMEkrkADf0gJTHBRQlkDvXlDtpF69KpPaaLD5QvHcc rDMCUz1Lv4x2oNfQ8+RvLLvGNzkiLPkrxw54OnlE= From: "petemoore at gmx dot net" 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 12:42:32 +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: petemoore at gmx dot net 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 #2 from Pete Moore --- Many thanks Luis! In one shell, I am running Qemu 7.1.0 from homebrew on macOS, with: ``` $ qemu-system-aarch64 -s -S -M raspi3b -kernel [KERNEL-ELF-FILE] -serial nu= ll -serial stdio ``` Then in a separate shell on my mac, I am running gdb under docker with: ``` $ docker run [...OPTIONS...] -ti [MY-DOCKER-IMAGE-CONTAINING-GDB] /path/to/aarch64-none-elf-gdb [KERNEL-ELF-FILE] (gdb) target extended-remote host.docker.internal:1234 ... ``` It sounds like this is an issue with the Qemu gdb target then, and I should raise this issue instead against Qemu 7.1.0 - is that correct? Many thanks! Pete --=20 You are receiving this mail because: You are on the CC list for the bug.=