From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8DAD03858C52; Fri, 9 Sep 2022 20:02:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8DAD03858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1662753730; bh=+Tt925AAJ3P++TwJFj06dV3AmPesHMwBl0kFBiNoCPU=; h=From:To:Subject:Date:From; b=UunEosr1uo1btRTvZtKynSCWF278qtLuY/MDEVdZ3xfpayatJScl3OHyB5matP4jo lSd6Or6LLtI9PkSqZLyyb7SNainugvMFe0fz8zh2VyFd72OGIGbY+P57LseMBWXhXo M2JCYqs7NCR+iHZSodt8hW+AhxxQTJEAAt5G3NZ4= From: "i at maskray dot me" To: gdb-prs@sourceware.org Subject: [Bug gdb/29563] New: gdb: support zstd for SHF_COMPRESSED debug sections Date: Fri, 09 Sep 2022 20:02:10 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D29563 Bug ID: 29563 Summary: gdb: support zstd for SHF_COMPRESSED debug sections Product: gdb Version: unknown Status: NEW Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: i at maskray dot me Target Milestone: --- Zstandard is a "universal" compression algorithm which scales from low-ratio-very-fast to high-ratio-pretty-slow. The generic-abi proposal https://groups.google.com/g/generic-abi/c/satyPkuM= isk ("Add new ch_type value: ELFCOMPRESS_ZSTD") has been approved. See https://sourceware.org/bugzilla/show_bug.cgi?id=3D29397 for binutils fe= ature request. gdb will need to support SHF_COMPRESSED (ch_type=3DELFCOMPRESS_ZSTD) .debug= _* sections in executables, shared objects, and (split DWARF) .dwo files. --=20 You are receiving this mail because: You are on the CC list for the bug.=