aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2011-02-17 19:06:07 +0000
committerPedro Alves <palves@redhat.com>2011-02-17 19:06:07 +0000
commitf65d55530c83af2dddda956d856a26d343b49e25 (patch)
tree6da20e0c7213734e23ee1930c69b54cb5e4d9f15
parent9f6f94ff251ac7faaed16ff4cc13b6e8a9ad8997 (diff)
downloadgdb-f65d55530c83af2dddda956d856a26d343b49e25.zip
gdb-f65d55530c83af2dddda956d856a26d343b49e25.tar.gz
gdb-f65d55530c83af2dddda956d856a26d343b49e25.tar.bz2
Prefix filenames with gdb.trace/
-rw-r--r--gdb/testsuite/ChangeLog13
1 files changed, 7 insertions, 6 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index bcafab8..005b580 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -9,11 +9,12 @@
2011-02-16 Pedro Alves <pedro@codesourcery.com>
- * collection.c (globalarr3): New global.
+ * gdb.trace/collection.c (globalarr3): New global.
(main): Initialize it before collecting, and and clear it
afterwards.
- * collection.exp (gdb_collect_globals_test): Test collecting with
- '{type} addr', where the addr expression is not an rvalue.
+ * gdb.trace/collection.exp (gdb_collect_globals_test): Test
+ collecting with '{type} addr', where the addr expression is not an
+ rvalue.
2011-02-16 Ken Werner <ken.werner@de.ibm.com>
@@ -24,11 +25,11 @@
2011-02-16 Pedro Alves <pedro@codesourcery.com>
- * collection.c (globalarr2): New global.
+ * gdb.trace/collection.c (globalarr2): New global.
(main): Initialize it before collecting, and and clear it
afterwards.
- * collection.exp (gdb_collect_globals_test): Test collecting
- overlapping memory ranges.
+ * gdb.trace/collection.exp (gdb_collect_globals_test): Test
+ collecting overlapping memory ranges.
2011-02-15 Michael Snyder <msnyder@vmware.com>