From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E43163858D33; Thu, 16 Feb 2023 06:25:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E43163858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1676528725; bh=Xk2iNM12XVKyIaieOZi9LlQF0+JY+HTpVQSgqp7ZIW8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=a0y+Adimw7y14+6yRPoC4Zi5rHMVBgvcmElk9NIelRV+OPpvgjapf21Z0b1AMcwhx viGTlLGUv34Ey/oS8e07PRr5C4LvZErMsAwrQibD8OEOpCNYnJR6L0DANDEb6NfZIa Uhx4ZUe5rFdz+qqlS3nLss5PC7ftHsnpuZi+e+jc= From: "i at maskray dot me" To: gdb-prs@sourceware.org Subject: [Bug gdb/29584] gdb: support zstd compressed .gnu_debugdata Date: Thu, 16 Feb 2023 06:25:24 +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: normal X-Bugzilla-Who: i at maskray dot me 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=3D29584 --- Comment #3 from Fangrui Song --- (In reply to Tom Tromey from comment #2) > I haven't looked at the implementation but I wonder if this > is perhaps more of a BFD issue than a gdb one? binutils/BFD do not need to know .gnu_debugdata. Their directories don't ev= en contain the string ".gdb_debugdata" :) The only file needing a change is in gdb: gdb/minidebug.c (see commit b181bbd0d6ae15cfa0b4a8d0d426f550dd6b398f). --=20 You are receiving this mail because: You are on the CC list for the bug.=