This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Strange command in remote-mips.c


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>"?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]