aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/stap-probe.exp
diff options
context:
space:
mode:
authorSergio Durigan Junior <sergiodj@redhat.com>2012-05-14 20:33:16 +0000
committerSergio Durigan Junior <sergiodj@redhat.com>2012-05-14 20:33:16 +0000
commit0c5f383f808cbda72c17ffaf4bb5f073ad6b6242 (patch)
tree45d50be36bdb16781eb17d04cb345fdef98adc34 /gdb/testsuite/gdb.base/stap-probe.exp
parentb9c361e0ad33f2c841067fd4bf0959a72ad5a265 (diff)
downloadfsf-binutils-gdb-0c5f383f808cbda72c17ffaf4bb5f073ad6b6242.zip
fsf-binutils-gdb-0c5f383f808cbda72c17ffaf4bb5f073ad6b6242.tar.gz
fsf-binutils-gdb-0c5f383f808cbda72c17ffaf4bb5f073ad6b6242.tar.bz2
gdb/testsuite/ChangeLog:
2012-05-14 Sergio Durigan Junior <sergiodj@redhat.com> * gdb.base/stap-probe.exp (stap_test): Remove calls to `rerun_to_main'. (stap_test_no_debuginfo): Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.base/stap-probe.exp')
-rw-r--r--gdb/testsuite/gdb.base/stap-probe.exp4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.base/stap-probe.exp b/gdb/testsuite/gdb.base/stap-probe.exp
index 30ca427..5c173b3 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 {