summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.arch/amd64-stap-special-operands.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.arch/amd64-stap-special-operands.exp')
-rw-r--r--gdb/testsuite/gdb.arch/amd64-stap-special-operands.exp14
1 files changed, 8 insertions, 6 deletions
diff --git a/gdb/testsuite/gdb.arch/amd64-stap-special-operands.exp b/gdb/testsuite/gdb.arch/amd64-stap-special-operands.exp
index 0dbcb4d6b9d..1e2ce1959f9 100644
--- a/gdb/testsuite/gdb.arch/amd64-stap-special-operands.exp
+++ b/gdb/testsuite/gdb.arch/amd64-stap-special-operands.exp
@@ -19,13 +19,15 @@ if { ![istarget "x86_64-*-*"] || ![is_lp64_target] } {
}
proc test_probe { probe_name } {
- if { ![runto "-pstap $probe_name"] } {
- fail "run to probe $probe_name"
- return
+ with_test_prefix "probe: ${probe_name}" {
+ if { ![runto "-pstap $probe_name"] } {
+ fail "run to probe $probe_name"
+ return
+ }
+
+ gdb_test "print \$_probe_argc" " = 1"
+ gdb_test "print \$_probe_arg0" " = 10"
}
-
- gdb_test "print \$_probe_argc" " = 1"
- gdb_test "print \$_probe_arg0" " = 10"
}
standard_testfile amd64-stap-triplet.S