diff options
author | Tom Tromey <tromey@redhat.com> | 2009-02-03 01:00:40 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2009-02-03 01:00:40 +0000 |
commit | 1c71341a8f5470b0873e57fb7bb7641a8e1d436d (patch) | |
tree | ecef2c44bb26c88b8b37e9dc408167ad277f5000 /gdb/ChangeLog | |
parent | b6b5e91cdd590a5e17772be993fb097dd012d173 (diff) | |
download | gdb-1c71341a8f5470b0873e57fb7bb7641a8e1d436d.zip gdb-1c71341a8f5470b0873e57fb7bb7641a8e1d436d.tar.gz gdb-1c71341a8f5470b0873e57fb7bb7641a8e1d436d.tar.bz2 |
gdb
PR gdb/2489:
* completer.c (count_struct_fields): Count method names.
(add_struct_fields): Add matching method names.
gdb/testsuite
* gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
* gdb.cp/pr2489.cc: New file.
* gdb.cp/cpcompletion.exp: New file.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2740f36..79e532b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2009-02-02 Tom Tromey <tromey@redhat.com> + + PR gdb/2489: + * completer.c (count_struct_fields): Count method names. + (add_struct_fields): Add matching method names. + 2009-02-02 Doug Evans <dje@google.com> * configure.ac (gdbkt): Check both no_tcl/no_tk first, before |