diff options
author | Yao Qi <yao@codesourcery.com> | 2012-11-09 12:48:11 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2012-11-09 12:48:11 +0000 |
commit | 504b36fd47a9f41055e7117a182a1e1c71c7cbcb (patch) | |
tree | a43ddfc24646f3e55c4b47cc21ec068d5026f93b | |
parent | 9107fc8d18ce84b88be37a2689c47ff600baf8fe (diff) | |
download | gdb-504b36fd47a9f41055e7117a182a1e1c71c7cbcb.zip gdb-504b36fd47a9f41055e7117a182a1e1c71c7cbcb.tar.gz gdb-504b36fd47a9f41055e7117a182a1e1c71c7cbcb.tar.bz2 |
2012-11-09 Yao Qi <yao@codesourcery.com>
* NEWS: Mention the fix to the ambiguity of 'fo' command.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 134cb97..b794365 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2012-11-09 Yao Qi <yao@codesourcery.com> + + * NEWS: Mention the fix to the ambiguity of 'fo' command. + 2012-11-09 Pedro Alves <palves@redhat.com> PR gdb/14306 @@ -24,6 +24,8 @@ * The 'cd' command now defaults to using '~' (the home directory) if not given an argument. +* The command 'forward-search' can now be abbreviated as 'fo'. + * New configure options --enable-libmcheck/--disable-libmcheck |