From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AC7EA3858D20; Thu, 25 Apr 2024 16:55:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AC7EA3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1714064100; bh=Y9bxu/YrvGG6UmwXbad4IkGfENfRdYhtZFT7RK1aozo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EfcSKIwDVgYMMs2q0VujxTXquUK3rUMT2bptBb0vLi777qma2PAVzsf3ExE5+j0OT Vhg4BgaVEwa8KFcoPi8Iz5kspZ/vl9oXhPAqLDXgQRYoDV8I2JaWjKDQECJcn34BPm 0MOky8CBqp78qzqb2gkvQRHuWKB4/MuHKBCdtsPU= From: "k4lizen at proton dot me" To: gdb-prs@sourceware.org Subject: [Bug gdb/31669] wrong "info symbol" output, symbol shadowing, __dso_handle Date: Thu, 25 Apr 2024 16:54:59 +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: k4lizen at proton dot me 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: 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=3D31669 --- Comment #6 from k4lizen --- > Since __dso_handle does not have a size and no other hint is available, g= db can only assume that it extends until the next symbol. It would probably make sense to say in the output of `info symbol` that gdb= is guessing it because there is no symbol size information (how commonly is th= is the case?). It would allow both users to not be confused, and pwndbg could check if the output of the command contains the message and proceed accordingly. --=20 You are receiving this mail because: You are on the CC list for the bug.=