From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D5B173858C60; Fri, 8 Sep 2023 10:27:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D5B173858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1694168843; bh=0PaPgU4RcYIz2j67gJKHCISFls4QZddAO/uHFmJo68Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fHY3D1HSC87KDxi0Sxzn6lZ06GhhsA+IlcME7kLMrj08Xe3XJbCtYExIb2RyxrsLK QHxwEBQnYBQUFqCkNofVRwngKoFPf5KWSXHF/gGelHfl+MhHxtQKhBnhiYFBJoktwi 3vdT6KVl4f7KXteTbiTi3sUcglww2YGJ/rRO8yIc= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug symtab/26797] [readnow] Dwarf error result in no minimal symbols Date: Fri, 08 Sep 2023 10:27:23 +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: cvs-commit 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=3D26797 --- Comment #2 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Tom de Vries : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D92b7ae3f9a33= 33cb7902c8a7676ae7ed5bcd54d0 commit 92b7ae3f9a3333cb7902c8a7676ae7ed5bcd54d0 Author: Tom de Vries Date: Fri Sep 8 12:27:02 2023 +0200 [gdb/testsuite] Add kfail in gdb.dwarf2/dwzbuildid.exp When running test-case gdb.dwarf2/dwzbuildid.exp using target board readnow, I get: ... (gdb) file dwzbuildid-mismatch^M Reading symbols from dwzbuildid-mismatch...^M warning: File "dwzbuildid5.o" has a different build-id, file skipped^M could not find '.gnu_debugaltlink' file for dwzbuildid-mismatch^M (gdb) delete breakpoints^M (gdb) info breakpoints^M No breakpoints or watchpoints.^M (gdb) break -qualified main^M No symbol table is loaded. Use the "file" command.^M Make breakpoint pending on future shared library load? (y or [n]) n^M (gdb) FAIL: gdb.dwarf2/dwzbuildid.exp: mismatch: gdb_breakpoint: set breakpoint at main ... This is PR symtab/26797: when using readnow, a failure in reading the d= warf results in the minimal symbols not being available. Add a corresponding KFAIL. Tested on x86_64-linux. --=20 You are receiving this mail because: You are on the CC list for the bug.=