From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E35783858D3C; Mon, 23 Jan 2023 16:24:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E35783858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1674491059; bh=vPki/masIMwW2W1NdP8HRBh9WRpW8G/Id5mYwx8UV7A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bax+8A93bZa8z9VqeADSzxG7QL96/wAcYaNwqpzfRKBV/L2Cd9wZuoPO20EQIb5/0 Ho7yt0u9BI/up5kjG0l4loe6HjA05kRKPogY7IY20wcuJ0pVGT/RBaLdhJigbVxP5Z VtwuZtjx+HbtI3YdYDh5T2ihvCBMcYcLWwkabETs= From: "ssbssa at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug gdb/30032] GDB claims that _sifields does not exist even though it does. Date: Mon, 23 Jan 2023 16:24:19 +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: 9.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ssbssa at sourceware dot org X-Bugzilla-Status: UNCONFIRMED 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: cc 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=3D30032 Hannes Domani changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ssbssa at sourceware dot o= rg --- Comment #1 from Hannes Domani --- Did you build with macro informations -g3? I expect that `info macro si_addr` will output `#define si_addr _sifields._sigfault.si_addr`. And in that case you can just do `p $_siginfo.si_addr`. --=20 You are receiving this mail because: You are on the CC list for the bug.=