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: [PATCH] partial fix PR 14777: Add abbrev cmd 'fo' for 'forward-search'.


On 11/07/2012 09:01 PM, Yao Qi wrote:
> gdb/doc:
> 2012-11-07  Yao Qi<yao@codesourcery.com>
> 
> 	* gdb.texinfo (Search): Add kindex for 'fo'.
> gdb:
> 2012-11-07  Yao Qi<yao@codesourcery.com>
> 
> 	PR gdb/14777.
> 	* source.c (_initialize_source): Call add_com_alias to abbreviate
> 	'forward-search' as 'fo'.

Here is the news entry to this fix, because this fix is visible
to users.  OK?

-- 
Yao

gdb:

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

	* NEWS: Mention the fix to the ambiguity of 'fo' command.
---
 gdb/NEWS |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/gdb/NEWS b/gdb/NEWS
index 069b84f..5ed029f 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -24,6 +24,9 @@
 * The 'cd' command now defaults to using '~' (the home directory) if not
   given an argument.
 
+* The ambiguity of 'fo' command is fixed and it is the abbreviated command
+  of 'forward-search'.
+
 * New configure options
 
 --enable-libmcheck/--disable-libmcheck
-- 
1.7.7.6


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