gdb/testsuite/
authorYao Qi <yao@codesourcery.com>
Wed, 6 Mar 2013 00:59:55 +0000 (00:59 +0000)
committerYao Qi <yao@codesourcery.com>
Wed, 6 Mar 2013 00:59:55 +0000 (00:59 +0000)
* gdb.trace/tstatus.exp (run_trace_experiment): Escape
parentheses by "\\".

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.trace/tstatus.exp

index 05386a5336f6084f78b97e8f150bdbc6cda42e0f..3ac85e0f887e8bbd5ade63b575ed71bc286e6d16 100644 (file)
@@ -1,3 +1,8 @@
+2013-03-06  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.trace/tstatus.exp (run_trace_experiment): Escape
+       parentheses by "\\".
+
 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * gdb.linespec/base/one/thefile.cc (twodup): New.
index 8a0bbdfedac921cd15955a3b762cec0b71d5bbbd..b929e6c8f755c706b2e7ee34cd91a6d45aa9761b 100644 (file)
@@ -107,7 +107,7 @@ proc run_trace_experiment {} {
     gdb_test_no_output "tstop because I can" "trace stopped with note"
 
     gdb_test_multiple "tstatus" "check on trace status after stop" {
-       -re "Trace stopped by a tstop command (because I can)\..*Trace will stop if GDB disconnects\.\[\r\n\]+Trace user is me me me\.\[\r\n\]+Trace notes: different note\.\[\r\n\]+Not looking at any trace frame\..*\r\n$gdb_prompt $" {
+       -re "Trace stopped by a tstop command \\(because I can\\)\..*Trace will stop if GDB disconnects\.\[\r\n\]+Trace user is me me me\.\[\r\n\]+Trace notes: different note\.\[\r\n\]+Not looking at any trace frame\..*\r\n$gdb_prompt $" {
            pass "tstatus reports trace stop reason"
        }
        -re "Trace stopped by a tstop command\..*\r\n$gdb_prompt $" {