summaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@ericsson.com>2017-09-04 19:15:59 +0200
committerSimon Marchi <simon.marchi@ericsson.com>2017-09-04 19:15:59 +0200
commit9521ecda6835b338d61b1b06e1a91706711b1d0b (patch)
tree8bec2c2cc543bcc055940bf3a1091f83c4383bd1 /gdb/testsuite/ChangeLog
parent80a65e9b8fbc93d4a7548ac17b8094ced23f66a7 (diff)
downloadbinutils-gdb-9521ecda6835b338d61b1b06e1a91706711b1d0b.tar.gz
Add tests for loop_break and loop_continue commands
I grepped the testsuite for loop_break and loop_continue and didn't find anything, so I wrote some simple tests for those. gdb/testsuite/ChangeLog: * gdb.base/commands.exp: Call the new procedures. (loop_break_test, loop_continue_test): New procedures.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index cfcb55657a6..8a6838b065b 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,10 @@
2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
+ * gdb.base/commands.exp: Call the new procedures.
+ (loop_break_test, loop_continue_test): New procedures.
+
+2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
+
* gdb.base/commands.exp: Call new procedure.
(define_if_without_arg_test): New procedure.