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]

[committed]: [PATCH] partial fix PR 14777: Add abbrev cmd 'fo' for 'forward-search'.


On 11/28/2012 07:10 PM, Pedro Alves wrote:
On 11/28/2012 10:35 AM, Yao Qi wrote:

2012-11-28 Yao Qi <yao@codesourcery.com>


* breakpoint.c (_initialize_breakpoint) Call add_alias_cmd to

Missing ':'.


	abbreviate 'delete tracepoints' to 'delete tr'.
	* corefile.c (_initialize_core): Call add_alias_cmd to
	abbreviate 'set gnutarget' to 'set g'.
	* value.c (_initialize_values): Call add_alias_cmd to abbreviate
	'show convenience' to 'show conv'.


OK.


The missing ':' is added into changelog entry, and patch is committed.



-- Yao (éå)


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