From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B77583858D28; Tue, 29 Aug 2023 09:27:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B77583858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1693301259; bh=B08w/x5LpcIiLIZNLZ36UkspT3jskOTXn9uIJ8rI1cU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MIx1uafnzpNclVuTXBUX75tBlGgjwWTf1c5WBUqQ5WEmYOo218/areHMFWRsxCXaf zkdZcVcQa8hBXjPVDMSW6ChliYbtGmon23D5oZEjGfADRBJkcBC85VHLZYB9Eye8kV XZOQz4cOwZRb58RLxwW6VfGOTIcwcQqb9dQ5FMjk= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug symtab/30797] [gdb/symtab, cc-with-dwz] FAIL: gdb.base/setshow.exp: test_setshow_annotate: annotation_level 1 Date: Tue, 29 Aug 2023 09:27:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: symtab 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: 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=3D30797 --- Comment #1 from Tom de Vries --- So there's the problem of repetition. In info_line_command, we have the following sals: ... (gdb) p sals $1 =3D {m_array =3D 0x2d6b420, m_size =3D 2} (gdb) p sals[0] $2 =3D (symtab_and_line &) @0x2d6b420: {pspace =3D 0x29eb280, symtab =3D 0x= 2d4c960, symbol =3D 0x0, section =3D 0x0,=20 msymbol =3D 0x0, line =3D 1, pc =3D 0, end =3D 0, explicit_pc =3D false, = explicit_line =3D true, is_stmt =3D false, prob =3D 0x0,=20 objfile =3D 0x0} (gdb) p sals[1] $3 =3D (symtab_and_line &) @0x2d6b478: {pspace =3D 0x29eb280, symtab =3D 0x= 2d4c960, symbol =3D 0x0, section =3D 0x0,=20 msymbol =3D 0x0, line =3D 1, pc =3D 0, end =3D 0, explicit_pc =3D false, = explicit_line =3D true, is_stmt =3D false, prob =3D 0x0,=20 objfile =3D 0x0} ... The two items are identical. --=20 You are receiving this mail because: You are on the CC list for the bug.=