aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2009-02-03 01:00:40 +0000
committerTom Tromey <tromey@redhat.com>2009-02-03 01:00:40 +0000
commit1c71341a8f5470b0873e57fb7bb7641a8e1d436d (patch)
treeecef2c44bb26c88b8b37e9dc408167ad277f5000 /gdb/testsuite/ChangeLog
parentb6b5e91cdd590a5e17772be993fb097dd012d173 (diff)
downloadgdb-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/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 55f2d0e..aca5b5e 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,11 @@
2009-02-02 Tom Tromey <tromey@redhat.com>
+ * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
+ * gdb.cp/pr2489.cc: New file.
+ * gdb.cp/cpcompletion.exp: New file.
+
+2009-02-02 Tom Tromey <tromey@redhat.com>
+
PR exp/9059:
* gdb.cp/call-c.exp: Add regression test.
* gdb.cp/call-c.cc (FooHandle): New typedef.