This is the mail archive of the gdb-patches@sourceware.org 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]

Re: [RFA/code+NEWS] new "set/show serial baud" command


>>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> writes:

Joel> +  /* The commands "set/show serial baud" used to have a different name.
Joel> +     Add aliases to those names to facilitate the transition.  */
Joel> +  add_alias_cmd ("remotebaud", "serial baud", no_class, 0, &setlist);
Joel> +  add_alias_cmd ("remotebaud", "serial baud", no_class, 0, &showlist);

I think it's best to also deprecate these aliases.

Tom


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