]> sourceware.org Git - systemtap.git/commitdiff
2007-09-25 Martin Hunt <hunt@redhat.com>
authorhunt <hunt>
Tue, 25 Sep 2007 16:37:00 +0000 (16:37 +0000)
committerhunt <hunt>
Tue, 25 Sep 2007 16:37:00 +0000 (16:37 +0000)
* systemtap.context/backtrace.tcl: Handle single line timer.profile
backtraces.

testsuite/ChangeLog
testsuite/systemtap.context/backtrace.tcl

index dd2c9766524fc13bdc88efecd997bccb047aaa79..06efa796b20f9aac8eb578a84f7b23642312d52e 100644 (file)
@@ -1,3 +1,8 @@
+2007-09-25  Martin Hunt  <hunt@redhat.com>
+
+       * systemtap.context/backtrace.tcl: Handle single line timer.profile
+       backtraces.
+
 2007-09-25  David Smith  <dsmith@redhat.com>
 
        * systemtap.base/marker.exp: Improved regexp to work correctly on
index 8d63604def0676b8f9dfca4887b3eed06c09f207..b632870ba2e0113480b7844b6e05a5a10e1a1e0d 100644 (file)
@@ -94,7 +94,7 @@ expect {
        incr m5
        expect {
            -timeout 5
-           -re {^ 0x[a-f0-9]+ : [^\r\n]+\r\n 0x[a-f0-9]+ : [^\r\n]+\r\n} {
+           -re {^ 0x[a-f0-9]+ : [^\r\n]+\r\n} {
                if {$m5 == 1} {incr m5}
            }
        }
@@ -104,7 +104,7 @@ expect {
        incr m6
        expect {
            -timeout 5
-           -re {.*---\r\n 0x[a-f0-9]+ : [^\r\n]+\r\n 0x[a-f0-9]+ : [^\r\n]+\r\n} {
+           -re {.*---\r\n 0x[a-f0-9]+ : [^\r\n]+\r\n} {
                if {$m6 == 1} {incr m6}
            }
        }
This page took 0.029968 seconds and 5 git commands to generate.