This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] Fix alias command not detecting non matching prefix & sometimes asserting.
On Tue, 2019-06-25 at 08:49 -0600, Tom Tromey wrote:
> > > > > > "Philippe" == Philippe Waroquiers <philippe.waroquiers@skynet.be> writes:
>
> Philippe> gdb/ChangeLog
> Philippe> 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
>
> Philippe> * cli/cli-cmds.c (alias_command): Compare the alias prefix
> Philippe> with the command prefix.
>
> Philippe> gdb/testsuite/ChangeLog
> Philippe> 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
>
> Philippe> * gdb.base/alias.exp: Test non matching/non existing prefixes.
>
> Thank you for the patch. This is ok.
Thanks for the review, pushed (after updating the ChangeLogs ...)
Philippe