aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2011-02-22 16:39:10 +0000
committerJoel Brobecker <brobecker@gnat.com>2011-02-22 16:39:10 +0000
commit8bfb830fcc8793a2eea79a199425ac1f274f8906 (patch)
tree39ca8d6e35e5f4be8a3f4aa384fe26ca97f8f0e7 /gdb/testsuite/ChangeLog
parent58ee6d605a7806904c7c96acbdcee8ed6a88e9d3 (diff)
downloadgdb-8bfb830fcc8793a2eea79a199425ac1f274f8906.zip
gdb-8bfb830fcc8793a2eea79a199425ac1f274f8906.tar.gz
gdb-8bfb830fcc8793a2eea79a199425ac1f274f8906.tar.bz2
small py-breakpoint.exp cleanups
gdb/testsuite/ChangeLog: * gdb.python/py-breakpoint.exp: Remove unnecessary call to clean_restart. Be a little stricter in the expected output for one of the tests. Fix a typo in one of the comments.
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 46225c0..5d524d4 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,11 @@
2011-02-22 Joel Brobecker <brobecker@adacore.com>
+ * gdb.python/py-breakpoint.exp: Remove unnecessary call to
+ clean_restart. Be a little stricter in the expected output
+ for one of the tests. Fix a typo in one of the comments.
+
+2011-02-22 Joel Brobecker <brobecker@adacore.com>
+
* gdb.python/py-block.exp: Simplify using prepare_for_testing.
Delete variable binfile, no longer use. Add or modify test
comments to make them unique.