From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5AB8F3858D20; Tue, 16 Jan 2024 12:36:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5AB8F3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1705408572; bh=7z2FWx5F/66Gdh6CdlBAebQrrOBI7/xcQ6VpPSytsnk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=AYGXPp9eTU/FQ317itPIi/BqyrN5lZZtr5C7JrEf0ZyU752dNUq/kv4Ut6q9YPPZ0 BmY5ipTFlmjzEtF6MU5dcYPKxDTA1C0SRKyAQ/mdngIxZQriTzYVMRZBjXGpNEbyBW YWuawqcDKpU2VuT0PEtgeqre1vYE7bagwtX061Ko= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/31237] [gdb, clang] FAIL: gdb.gdb/index-file.exp: gdb-index files are identical Date: Tue, 16 Jan 2024 12:36:11 +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: vries at gcc dot gnu.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: attachments.created 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=3D31237 --- Comment #7 from Tom de Vries --- Created attachment 15306 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D15306&action=3Ded= it Demonstrator patch adding "maint find-addr" To easily demonstrate the problem outside of the scope of index writing: ... $ gdb -q -batch -iex "maint set worker-thread 4" xgdb -ex "maint find-addr 0x43ac80" ((dwarf2_per_cu_data *) 0xffff30005da0), offset: 551f ((dwarf2_per_cu_data *) 0xffff3000f4c0), offset: feffeb ((dwarf2_per_cu_data *) 0xffff30018750), offset: 1f6b978 ((dwarf2_per_cu_data *) 0) ((dwarf2_per_cu_data *) 0) $ gdb -q -batch -iex "maint set worker-thread 8" xgdb -ex "maint find-addr 0x43ac80" ((dwarf2_per_cu_data *) 0xffff10005da0), offset: 551f ((dwarf2_per_cu_data *) 0xffff1000a810), offset: 7e8be8 ((dwarf2_per_cu_data *) 0xffff1000f4c0), offset: feffeb ((dwarf2_per_cu_data *) 0) ((dwarf2_per_cu_data *) 0xffff10018750), offset: 1f6b978 ((dwarf2_per_cu_data *) 0xffff1001d580), offset: 251ad16 ((dwarf2_per_cu_data *) 0) ((dwarf2_per_cu_data *) 0) ((dwarf2_per_cu_data *) 0) ... --=20 You are receiving this mail because: You are on the CC list for the bug.=