This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
Re: Strange command in remote-mips.c
> Date: Mon, 18 Apr 2005 09:00:37 -0700
> From: Kevin Buettner <kevinb@redhat.com>
>
> On Sat, 16 Apr 2005 15:07:56 +0300
> "Eli Zaretskii" <eliz@gnu.org> wrote:
>
> > The file remote-mips.c defines the following command:
> >
> > add_com ("pmon <command>", class_obscure, pmon_command,
> > _("Send a packet to PMON (must be in debug mode)."));
> >
> > Isn't this a bug? Shouldn't it say just "pmon" instead of
> > "pmon <command>"?
>
> It looks like a bug to me. It appears to me that there are three other
> similar bugs:
I fixed them all now. Thanks.