gdb/testsuite/
authorYao Qi <yao@codesourcery.com>
Fri, 15 Mar 2013 01:33:40 +0000 (01:33 +0000)
committerYao Qi <yao@codesourcery.com>
Fri, 15 Mar 2013 01:33:40 +0000 (01:33 +0000)
* gdb.base/condbreak.exp: Add semicolon back which was removed
by my previous commit.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/condbreak.exp

index b0139d0e9d0e84f268a2da1bb557dd3d73abdbc7..2b86ab0c64066608e90b30b526a14afceebb1ef2 100644 (file)
@@ -1,3 +1,8 @@
+2013-03-15  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/condbreak.exp: Add semicolon back which was removed
+       by my previous commit.
+
 2013-03-14  Yao Qi  <yao@codesourcery.com>
 
        * config/monitor.exp (gdb_target_cmd): Remove semicolon after
index 1f28c256b4dae076d3b4a6c1860804050c908f16..c09228cd52988270959bb599f2be4fb71f9d30ad 100644 (file)
@@ -165,7 +165,7 @@ gdb_test "continue" "Continuing\\..*Breakpoint \[0-9\]+, main \\(argc=.*, argv=.
 # stop location, but avoids clutter when possible.
 #
 # Suppose you have a function written completely on one source line, like:
-#    int foo (int x) { return 0 }
+#    int foo (int x) { return 0; }
 # Setting a breakpoint at `foo' actually places the breakpoint after
 # foo's prologue.
 #
This page took 0.036915 seconds and 4 git commands to generate.