public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug cli/15104] New: deprecated_cmd_warning does not work for prefixed commands
@ 2013-02-06 14:55 jan.kratochvil at redhat dot com
  2020-12-11 22:12 ` [Bug cli/15104] " cvs-commit at gcc dot gnu.org
  2020-12-14 14:06 ` tromey at sourceware dot org
  0 siblings, 2 replies; 3+ messages in thread
From: jan.kratochvil at redhat dot com @ 2013-02-06 14:55 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=15104

             Bug #: 15104
           Summary: deprecated_cmd_warning does not work for prefixed
                    commands
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: minor
          Priority: P2
         Component: cli
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jan.kratochvil@redhat.com
    Classification: Unclassified


When one calls deprecate_cmd for a command with prefix (=which was added to a
different list than &cmdlist) it never triggers.

deprecated_cmd_warning gets called only with the last part of the command, such
as for deprecated "target record" *text is just " record".

Moreover cmd_list_element->prefix is never set as GDB currently calls
add_prefix_cmd before adding its children but it was meant to be called
afterwards - only add_prefix_cmd sets the PREFIX field of children.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-14 14:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-06 14:55 [Bug cli/15104] New: deprecated_cmd_warning does not work for prefixed commands jan.kratochvil at redhat dot com
2020-12-11 22:12 ` [Bug cli/15104] " cvs-commit at gcc dot gnu.org
2020-12-14 14:06 ` tromey at sourceware dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).