From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E3A233858D28; Tue, 9 Apr 2024 00:17:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E3A233858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712621864; bh=mNdkSlERm2MIqFCpZKDCA04ZZqTicljii4575cZzP0U=; h=From:To:Subject:Date:From; b=p9W+5mQmvCBwMWrcxUJ2OoADZlrtbnY7BjPbKWelaxg/Np6Btk9JMSN1OFzk/34iW xCxFl+oa5ee2aKfZRipAIr7ivb+8Uo3yjbFeoXdPjiBUhILaNW56B+q8fplGg2pc74 tlLmmE5m3n+StKs+sFRfKxMkAe0GYKMfp5ZnUZJw= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug web/114649] New: Would be useful to link to CTF and BTF debug information specifications from https://gcc.gnu.org/readings.html Date: Tue, 09 Apr 2024 00:17:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: web X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: btf-debug, ctf-debug, documentation X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status keywords 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://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D114649 Bug ID: 114649 Summary: Would be useful to link to CTF and BTF debug information specifications from https://gcc.gnu.org/readings.html Product: gcc Version: 14.0 Status: UNCONFIRMED Keywords: btf-debug, ctf-debug, documentation Severity: normal Priority: P3 Component: web Assignee: unassigned at gcc dot gnu.org Reporter: pinskia at gcc dot gnu.org Target Milestone: --- While I noticed that rust langauge readings where not listed from readings.= I also noticed that the information on BTF and CTF debug information was not linked from there. Dwarf is linked already.=