* gdb.base/condbreak.exp: Add semicolon back which was removed
by my previous commit.
+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
# 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.
#