diff options
author | Tom Tromey <tromey@redhat.com> | 2010-04-26 18:37:14 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-04-26 18:37:14 +0000 |
commit | 3f172e2492c90613517c90f46a1161d44e2745ca (patch) | |
tree | 32ab2d6df9bb2a911b796965486a780a6e8f8d83 /gdb/ChangeLog | |
parent | 9757332fd2256ecc8b023181fcd0807e2a159ad6 (diff) | |
download | gdb-3f172e2492c90613517c90f46a1161d44e2745ca.zip gdb-3f172e2492c90613517c90f46a1161d44e2745ca.tar.gz gdb-3f172e2492c90613517c90f46a1161d44e2745ca.tar.bz2 |
gdb
* cli/cli-decode.c (complete_on_cmdlist): Make two passes over the
command list.
gdb/testsuite
* gdb.base/completion.exp: Add tests for completion and deprecated
commands.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6c112a8..405ab22 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2010-04-26 Tom Tromey <tromey@redhat.com> + + * cli/cli-decode.c (complete_on_cmdlist): Make two passes over the + command list. + 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr> Removal of config/i386/nm-i386sol2.h native configuration file. |