From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 06CC23858000; Thu, 8 Sep 2022 14:10:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 06CC23858000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1662646202; bh=d9cwj06zd9cwUYkE3nZVlembQznQYIkOxIxUcv8lA5k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kxbhOyqP/PLnQqU/v5JDOsLcamn3dQ9G2cdt2tRya4B6MFDmvQKe2/zWVyOMNlOOU 2l1mHPMGgz2sHIMAzDF6gr4yawtpyWgJ9WuTqy1sYnX/sTun6AXBtdVdqvMfS1IWCP Wkjp1vzyOg6ocWYIG+H3ZUFENphqWZiD1zRuSrbA= From: "luis.machado at arm dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/29421] Extend aarch64 pauth xml for gdbstub and kernel mode Date: Thu, 08 Sep 2022 14:10:01 +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: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: luis.machado at arm dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: luis.machado at arm dot com 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=3D29421 --- Comment #10 from Luis Machado --- Hi, Yes, the hardcoded mask was just a quick hack to get things going. I didn't have enough information to teach GDB how to properly extract the correct ma= sk from QEMU's system registers. The goal of this patch is to make things work without having to patch QEMU.= If there isn't a good way to do that, then making QEMU provide the mask would = be a reasonable. Of course that means we need to patch QEMU's debugging stub. Any thoughts on this? --=20 You are receiving this mail because: You are on the CC list for the bug.=