From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2B41D3858D32; Thu, 10 Aug 2023 12:57:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2B41D3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1691672269; bh=euKzfjKPPrgG1T8xNXXLTDQOKmo7yvBHDCktoNcj/VY=; h=From:To:Subject:Date:From; b=rf2CSbbw7FK0pgzcq1euoChVhhCFejPJkf7qNioc9DqBz5M/7nNXkPhl4VWSw9eP7 bF+kQBVTm+5yrWIxlocuEAqTaa2zqIJExZA7jYIwAMOg5IbRV960xyuZDKxCwCUo8j r8mU8VzBD72HJ3LgGLVVmDom7xJy0hhG+54t1JTY= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/30742] New: [gdb/help] help "maint print symbols"/"help maint print psymbols" mentions minimal symbols Date: Thu, 10 Aug 2023 12:57:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: vries 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D30742 Bug ID: 30742 Summary: [gdb/help] help "maint print symbols"/"help maint print psymbols" mentions minimal symbols Product: gdb Version: HEAD Status: NEW Severity: minor Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- Consider the help texts of "maint print symbols": ... (gdb) help maint print symbols Print dump of current symbol definitions. Usage: mt print symbols [-pc ADDRESS] [--] [OUTFILE] mt print symbols [-objfile OBJFILE] [-source SOURCE] [--] [OUTFILE] Entries in the full symbol table are dumped to file OUTFILE, or the terminal if OUTFILE is unspecified. If ADDRESS is provided, dump only the file for that address. If SOURCE is provided, dump only that file's symbols. If OBJFILE is provided, dump only that file's minimal symbols. ... and "maint print psymbols": ... (gdb) help maint print psymbols Print dump of current partial symbol definitions. Usage: mt print psymbols [-objfile OBJFILE] [-pc ADDRESS] [--] [OUTFILE] mt print psymbols [-objfile OBJFILE] [-source SOURCE] [--] [OUTFILE] Entries in the partial symbol table are dumped to file OUTFILE, or the terminal if OUTFILE is unspecified. If ADDRESS is provided, dump only the file for that address. If SOURCE is provided, dump only that file's symbols. If OBJFILE is provided, dump only that file's minimal symbols. ... and "maint print msymbols": ... (gdb) help maint print msymbols Print dump of current minimal symbol definitions. Usage: mt print msymbols [-objfile OBJFILE] [--] [OUTFILE] Entries in the minimal symbol table are dumped to file OUTFILE, or the terminal if OUTFILE is unspecified. If OBJFILE is provided, dump only that file's minimal symbols. (gdb)=20 ... The phrase "dump only that file's minimal symbols" occurs three times, but = only "maint print msymbols" actually prints minimal symbols. --=20 You are receiving this mail because: You are on the CC list for the bug.=