public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-gbenson-break-on-inline: Correctly quote '.', '(' and ')' (from Jan)
@ 2011-12-01 13:39 gary
  0 siblings, 0 replies; only message in thread
From: gary @ 2011-12-01 13:39 UTC (permalink / raw)
  To: archer-commits

The branch, archer-gbenson-break-on-inline has been updated
       via  7f8e59be400571cab308872e1120b6e060a1e372 (commit)
      from  4ecc7f6d38beafec15e69ab32d5875b497ceacd2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 7f8e59be400571cab308872e1120b6e060a1e372
Author: Gary Benson <gbenson@redhat.com>
Date:   Thu Dec 1 13:34:40 2011 +0000

    Correctly quote '.', '(' and ')' (from Jan)

-----------------------------------------------------------------------

Summary of changes:
 gdb/testsuite/gdb.opt/inline-break.exp |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

First 500 lines of diff:
diff --git a/gdb/testsuite/gdb.opt/inline-break.exp b/gdb/testsuite/gdb.opt/inline-break.exp
index 63d1fad..dde4dea 100644
--- a/gdb/testsuite/gdb.opt/inline-break.exp
+++ b/gdb/testsuite/gdb.opt/inline-break.exp
@@ -25,7 +25,7 @@ if { [prepare_for_testing $testfile.exp $testfile $testfile.c \
 # The result should be a single-location breakpoint.
 #
 gdb_test "break func1" \
-    "Breakpoint.*at.* file .*$testfile\.c, line.*"
+    "Breakpoint.*at.* file .*$testfile\\.c, line.*"
 
 #
 # func2 is a non-static inlined function that is called once.
@@ -33,7 +33,7 @@ gdb_test "break func1" \
 # out-of-line function and the single inlined instance.
 #
 gdb_test "break func2" \
-    "Breakpoint.*at.*func2.*(2 locations).*"
+    "Breakpoint.*at.*func2.*\\(2 locations\\)"
 
 #
 # func3b is a static inlined function that is called once from
@@ -41,7 +41,7 @@ gdb_test "break func2" \
 # a single-location breakpoint.
 #
 gdb_test "break func3b" \
-    "Breakpoint.*at.* file .*$testfile\.c, line.*"
+    "Breakpoint.*at.* file .*$testfile\\.c, line.*"
 
 #
 # func4b is a static inlined function that is called once from
@@ -51,7 +51,7 @@ gdb_test "break func3b" \
 # within the out-of-line func4a.
 #
 gdb_test "break func4b" \
-    "Breakpoint.*at.*func4b.*(2 locations).*"
+    "Breakpoint.*at.*func4b.*\\(2 locations\\)"
 
 #
 # func5b is a non-static inlined function that is called once
@@ -60,7 +60,7 @@ gdb_test "break func4b" \
 # inlined instance within the inlined call to func5a in main.
 #
 gdb_test "break func5b" \
-    "Breakpoint.*at.*func5b.*(2 locations).*"
+    "Breakpoint.*at.*func5b.*\\(2 locations\\)"
 #
 # func6b is a non-static inlined function that is called once from
 # within another non-static inlined function.  The result should be
@@ -69,7 +69,7 @@ gdb_test "break func5b" \
 # instance within the inlined call to func6a in main,
 #
 gdb_test "break func6b" \
-    "Breakpoint.*at.*func6b.*(3 locations).*"
+    "Breakpoint.*at.*func6b.*\\(3 locations\\)"
 
 #
 # func7b is a static inlined function that is called twice: once from
@@ -78,7 +78,7 @@ gdb_test "break func6b" \
 # func7a, and the inlined instance within main.
 #
 gdb_test "break func7b" \
-    "Breakpoint.*at.*func7b.*(2 locations).*"
+    "Breakpoint.*at.*func7b.*\\(2 locations\\)"
 
 #
 # func8b is a non-static inlined function that is called twice: once
@@ -88,4 +88,4 @@ gdb_test "break func7b" \
 # within main.
 #
 gdb_test "break func8b" \
-    "Breakpoint.*at.*func8b.*(3 locations).*"
+    "Breakpoint.*at.*func8b.*\\(3 locations\\)"


hooks/post-receive
--
Repository for Project Archer.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-01 13:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-01 13:39 [SCM] archer-gbenson-break-on-inline: Correctly quote '.', '(' and ')' (from Jan) gary

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).