Prefix filenames with gdb.trace/
authorPedro Alves <palves@redhat.com>
Thu, 17 Feb 2011 19:06:07 +0000 (19:06 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 17 Feb 2011 19:06:07 +0000 (19:06 +0000)
gdb/testsuite/ChangeLog

index bcafab89851dbd5cafd873f024b4a5e6465a13c5..005b58026444e3c9627cd309e119c731db46aca4 100644 (file)
@@ -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>
 
 
 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>