From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BF6E53858C2A; Sat, 20 Jan 2024 16:34:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BF6E53858C2A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1705768493; bh=wf1CmeNab4JrWtpu4j7TGBmFmsOC1e3Eg3czBRN1tLg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jT2+G6SQuUP4knyNzSE/GVfmHpNtNqcSnO2xHYvdpPr+rlCglTHYXUBy66XY9HlK+ cMimx9d6DfxMUhcrGO/2AMC6QQbYMH0YlsHd3jIlZwu3uiiUhtvX1ZjQ/KIzSdUku5 g8Mv8etJyM8fMxDkpa+w6z0WnPte5fS5+QY0f0cI= From: "ssbssa at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug gdb/30315] GDB not showing variable that is supposed to be there Date: Sat, 20 Jan 2024 16:34:53 +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: 13.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ssbssa at sourceware dot 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=3D30315 --- Comment #3 from Hannes Domani --- (In reply to Hannes Domani from comment #2) > I've debugged it to this location of read_lexical_block_scope in > dwarf2/read.c: > ``` > case PC_BOUNDS_NOT_PRESENT: > /* DW_TAG_lexical_block has no attributes, process its children as = if > there was no wrapping by that DW_TAG_lexical_block. > GCC does no longer produces such DWARF since GCC r224161. */ > ``` This was added for PR15231. --=20 You are receiving this mail because: You are on the CC list for the bug.=