From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 46CB53858407; Fri, 9 Feb 2024 19:58:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 46CB53858407 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707508731; bh=Y6fd24M+uufH5KOQQi7oeBH4tRU006SI5ym2UmyAmns=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dsndqH2upTx5a3JZi/xOG4NZ9VpgUV+P98Dgr7B+kba8qqQ+QRebcFJPCNOxtzn5i am7J33OtaYUdJnxSOTpLTNyxjzL1/cA76L21IAha97NyrzNdZ3ugxvvYLA9WJukTuJ terS2RNKuISS53bWhNmY3MgcWiXMG2vUopa33L4M= From: "tromey at sourceware dot org" To: dwz@sourceware.org Subject: [Bug default/27374] [dwz, dwarf5] .debug_names support Date: Fri, 09 Feb 2024 19:58:50 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: dwz X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: nobody 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=3D27374 --- Comment #2 from Tom Tromey --- FWIW I'd recommend simply making the index after running dwz. However, if you really want to have dwz understand how to make an index, you should be aware of gdb extensions: https://sourceware.org/gdb/current/onlinedocs/gdb.html/Debug-Names.html#Deb= ug-Names There will be more of these, I think -- actually to handle dwz we need some. Also, gdb does producer-sniffing and rejects most indexes, so probably it will also need a patch if dwz gains this capability. --=20 You are receiving this mail because: You are on the CC list for the bug.=