From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7B1D33858C53; Mon, 2 Jan 2023 19:30:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7B1D33858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1672687822; bh=f9n9jKAcUux01Mhpz8Gkp8NEOcTx33vp+bM/vml7Riw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nmPdiiPk2DRvP/x7uJH0kWtYEH6qWhCmLgSakjo/xuL+mMz7qHr7LS5oIm77i/XOG F4xaBg+i0uQ+jz9q5C7FZdbm7T5MVSxtl3UevFIoIz7htcdk7x3B7gbINs3b0awSqz ILdVkrHC5Djr5eWHhfmEGJW50T/eRauE6gf21mn4= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug remote/28489] Allow caching of remote objfiles Date: Mon, 02 Jan 2023 19:30:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: remote X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: NEW 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=3D28489 --- Comment #1 from Tom Tromey --- One possible issue here is that the cache might have to be per-remote, to deal with the situation where there is a cross-architecture build-id clash. Perhaps just encoding the arch into the cache file name is enough, though. --=20 You are receiving this mail because: You are on the CC list for the bug.=