From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C960F3858D20; Tue, 17 Dec 2024 14:12:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C960F3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1734444757; bh=a23pCAPsjUUxe1jIlYcR+o1F+pugWvGtf9WH1ah467A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rDIiJh5HRSUNjAgEFqeI1u++HhKy45hjvEocu3h+sw7n8tZhlOZDU1D547LIGkY+D vM3P5rTdMArCZcsSGPxrLi3ZX5b7yl5xttsaCNnASZJ206KXF3ku07Ynh9gaULm6DD Hp6L3adA0g6PBnSQCSUYIK8AIWtFqaEFBGyTGWoM= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/31229] [gdb/testsuite, powerpc64le] FAIL: gdb.linespec/explicit.exp: complete after -source: tab complete "b -source thr" (timeout) Date: Tue, 17 Dec 2024 14:12:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: testsuite X-Bugzilla-Version: 13.1 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=3D31229 --- Comment #2 from Tom de Vries --- On openSUSE Leap 15.6 ppc64le, I ran into: ... (gdb) b -source thread_pointer.h FAIL: gdb.linespec/explicit.exp: complete after -source: tab complete "b -source thr" Quit^M ... I could reproduce this, and found in the debug info of the executable: ... The File Name Table (offset 0xb5): Entry Dir Time Size Name 1 0 0 0 abi-note.c 2 1 0 0 types.h 3 2 0 0 stdint-intn.h 4 2 0 0 stdint-uintn.h 5 3 0 0 elf.h 6 4 0 0 thread_pointer.h ... Looks like "thr" is not unique enough. --=20 You are receiving this mail because: You are on the CC list for the bug.=