aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2011-09-08 14:56:34 +0000
committerPedro Alves <palves@redhat.com>2011-09-08 14:56:34 +0000
commita391a2f6df2553b9d2e0cf4bc8c58e85d73137ae (patch)
tree01993cb0c399757ca76dc58f90520629c8a3ccfa /gdb/testsuite/ChangeLog
parent85bc8cb7855e8ae9ba6e207ed557f849479c41c0 (diff)
downloadgdb-a391a2f6df2553b9d2e0cf4bc8c58e85d73137ae.zip
gdb-a391a2f6df2553b9d2e0cf4bc8c58e85d73137ae.tar.gz
gdb-a391a2f6df2553b9d2e0cf4bc8c58e85d73137ae.tar.bz2
2011-09-08 Pedro Alves <pedro@codesourcery.com>
* gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the inferior's pid and look for a core dump named core.$pid. Use `remote_file' commands on the host instead of hand coding shell commands on the build. * gdb.base/valgrind-db-attach.exp: Kill the program before finishing the test.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 7a8719d..e9191ad 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,12 @@
+2011-09-08 Pedro Alves <pedro@codesourcery.com>
+
+ * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
+ inferior's pid and look for a core dump named core.$pid. Use
+ `remote_file' commands on the host instead of hand coding shell
+ commands on the build.
+ * gdb.base/valgrind-db-attach.exp: Kill the program before
+ finishing the test.
+
2011-09-02 Matt Rice <ratmice@gmail.com>
* lib/prompt.exp: New file for testing the first prompt.