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: 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.

Thanks to you both for fixing the little "exp_continue" nit.
Please go ahead and check the patch in.

-- 
Joel


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