From 0c5f383f808cbda72c17ffaf4bb5f073ad6b6242 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Mon, 14 May 2012 20:33:16 +0000 Subject: [PATCH] gdb/testsuite/ChangeLog: 2012-05-14 Sergio Durigan Junior * gdb.base/stap-probe.exp (stap_test): Remove calls to `rerun_to_main'. (stap_test_no_debuginfo): Likewise. --- gdb/testsuite/ChangeLog | 6 ++++++ gdb/testsuite/gdb.base/stap-probe.exp | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index fa10a4dd043..87882e18910 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2012-05-14 Sergio Durigan Junior + + * gdb.base/stap-probe.exp (stap_test): Remove calls to + `rerun_to_main'. + (stap_test_no_debuginfo): Likewise. + 2012-05-14 Stan Shebs * gdb.base/dprintf.c: New file. diff --git a/gdb/testsuite/gdb.base/stap-probe.exp b/gdb/testsuite/gdb.base/stap-probe.exp index 30ca427fefb..5c173b32c4b 100644 --- a/gdb/testsuite/gdb.base/stap-probe.exp +++ b/gdb/testsuite/gdb.base/stap-probe.exp @@ -59,7 +59,6 @@ proc stap_test {exec_name {arg ""}} { # Reinit GDB, set a breakpoint on probe m4. delete_breakpoints - rerun_to_main if {[runto "-pstap test:m4"]} { pass "run to -pstap test:m4" } else { @@ -79,7 +78,6 @@ proc stap_test {exec_name {arg ""}} { # Reinit GDB, set a breakpoint on probe ps. delete_breakpoints - rerun_to_main if {[runto "-pstap test:ps"]} { pass "run to -pstap test:m4" } else { @@ -127,7 +125,6 @@ proc stap_test_no_debuginfo {exec_name {arg ""}} { # Reinit GDB, set a breakpoint on probe m4. delete_breakpoints - rerun_to_main if {[runto "-pstap test:m4"]} { pass "run to -pstap test:m4" } else { @@ -147,7 +144,6 @@ proc stap_test_no_debuginfo {exec_name {arg ""}} { # Reinit GDB, set a breakpoint on probe ps. delete_breakpoints - rerun_to_main if {[runto "-pstap test:ps"]} { pass "run to -pstap test:m4" } else { -- 2.30.2