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 (was: "Re: Setting parity for remote serial")


> +  /* The commands "set/show serial baud" used to have a different name.
> +     Add aliases to those names to facilitate the transition.  */
> +  add_alias_cmd ("remotebaud", "serial baud", no_class, 0, &setlist);
> +  add_alias_cmd ("remotebaud", "serial baud", no_class, 0, &showlist);
> 
> Does the mark-as-deprecated machinery work here?

It should. I just wasn't sure at the time I wrote the patch that
we actually wanted to deprecate the commands. Since Tom proposed it
as well, if there are no objection from others, I will do so, and
update the NEWS entry accordingly (as well as add this entry for
post 7.6 branch).

-- 
Joel


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