From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 881363858D38; Thu, 26 Jan 2023 14:05:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 881363858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1674741911; bh=nxOaRAy6Jw0VUCjoSVdM05/DzHyacc+4JxGJXhv0zg0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xoN6rIv9PztcFfQGYvANucVDGa6YEUjb/BQ3WAA0kWjMYFjeiJa90yInILfIkN/7v 2TICstCKpqp3Q+++sjy49qCV6TFo17Y7t61vDXUtI0fZ+6mmqiPN9bdyHNAbXZXlfb iukkXhkIsAvYv5eNtu6B/L3YmzIcw0B2LL59j5qU= From: "nick.alcock at oracle dot com" To: gdb-prs@sourceware.org Subject: [Bug symtab/30026] ctf test program gives weird results with "list" Date: Thu, 26 Jan 2023 14:05:11 +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: nick.alcock at oracle dot com 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=3D30026 --- Comment #3 from Nick Alcock --- Is there any way to say "every source file", "global scope" or failing that "the source file you're looking at right now"? Picking some random source f= ile that isn't even the one you're looking at feels hugely confusing and isn't = even right (since any given shared type might not be in scope in that source fil= e at all, though that's probably not a problem for debugger use, which is one re= ason why CTF puts things at global scope so promiscuously.) --=20 You are receiving this mail because: You are on the CC list for the bug.=