aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 4c3d587..46ffa75 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,11 @@
+2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * gdb.base/attach.c: Include unistd.h.
+ (main): Call alarm. Add label postloop.
+ * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
+ gdb_breakpoint, gdb_continue_to_breakpoint.
+ (test_command_line_attach_run): Kill ${testpid} in one exit path.
+
2014-09-11 Pedro Alves <palves@redhat.com>
PR gdb/17347