From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5C23A3858D34; Mon, 28 Oct 2024 14:25:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5C23A3858D34 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1730125522; bh=G2XranWr7Raf0C7QRZmMR+z+PywqHxpPD2E3t5XKaUc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=P7Q3NzH6+CzhY9kwxbj8vzva+nKqFFKkz1fth2HFAgKqp6/V4159KuPdL/8dIZvXv PG/rSvEvTc/JhrMtrqSmTCYT8awaRGXQZYEPo8Hf2KYiy3oOdziUMTik/VUW4ptsSH 2MWwiypozoflwUUoqrlXBNLox0C3nHISiUlEREV0= From: "guinevere at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug record/19365] gdb record fail to recognize vmovdqa avx instruction. Date: Mon, 28 Oct 2024 14:25:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: record X-Bugzilla-Version: 7.10 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: guinevere at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status cc 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=3D19365 Guinevere Larsen changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED CC| |guinevere at redhat dot com --- Comment #3 from Guinevere Larsen --- This issue has been fixed by a commit I pushed today (and unfortunately for= got to add the Bug: trailer): commit 5bf288d5a88ab6d3fa9bd7bd070e624afd264dc6=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 Author: Guinevere Larsen =20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 Date: Fri Jul 26 17:31:14 2024 -0300=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 gdb/record: support AVX instructions VMOVDQ(U|A) when recording=20=20= =20=20=20=20=20=20 This commit adds support for the instructions VMOVDQU and VMOVDQA, used to move values to/from 256 bit registers. Unfortunately, the=20=20=20= =20=20=20=20=20=20=20=20 programmer's manual is very incomplete (if not wrong) about these=20=20= =20=20=20=20 instructions, so the logic had to be reverse engineered from how gcc=20= =20=20 actually encodes the instruction. --=20 You are receiving this mail because: You are on the CC list for the bug.=