This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: RFA: fix PR 1815
> 2008-12-09 Tom Tromey <tromey@redhat.com>
>
> PR gdb/1815:
> * cli/cli-decode.c (delete_cmd): Forward declare.
> (delete_cmd): Now static. Change return type. Remove command
> from alias chain. Rewrite.
> (add_cmd): Initialize new fields. Update cmd_pointer on all
> aliases.
> (add_alias_cmd): Put command on alias chain.
> * command.h (delete_cmd): Don't declare.
> * cli/cli-decode.h (delete_cmd): Don't declare.
> (struct cmd_list_element) <aliases, alias_chain>: New fields.
>
> 2008-12-09 Tom Tromey <tromey@redhat.com>
>
> * gdb.base/commands.exp (redefine_backtrace_test): New proc.
> Call it.
I hope I didn't mislead you with trying to use gdb_test_multiple,
but I'll personally fix it if it turns out that there is a problem.
Approved.
Thanks,
--
Joel