mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
gdb/testsuite/
* gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target x86_64-*-* and i?86-*-*. Set up KFAIL for gdb/13808.
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2012-03-06 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
|
||||
x86_64-*-* and i?86-*-*.
|
||||
Set up KFAIL for gdb/13808.
|
||||
|
||||
2012-03-05 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gdb.ada/operator_bp.exp: Clear debug-file-directory.
|
||||
|
@ -86,7 +86,7 @@ proc test_fast_tracepoints {} {
|
||||
|
||||
gdb_test "print gdb_agent_gdb_trampoline_buffer_error" ".*" ""
|
||||
|
||||
if { [is_x86_like_target] } {
|
||||
if { [istarget "x86_64-*-*"] || [istarget "i\[34567\]86-*-*"] } {
|
||||
|
||||
gdb_test "ftrace set_point" "Fast tracepoint .*" \
|
||||
"fast tracepoint at a long insn"
|
||||
@ -134,11 +134,13 @@ proc test_fast_tracepoints {} {
|
||||
gdb_test "tfind pc *set_point" "Found trace frame .*" \
|
||||
"tfind set_point frame, first time"
|
||||
|
||||
setup_kfail_for_target "gdb/13808" "x86_64-*-linux*"
|
||||
gdb_test "print globvar" " = 1"
|
||||
|
||||
gdb_test "tfind pc *set_point" "Found trace frame .*" \
|
||||
"tfind set_point frame, second time"
|
||||
|
||||
setup_kfail_for_target "gdb/13808" "x86_64-*-linux*"
|
||||
gdb_test "print anarg" " = 200"
|
||||
|
||||
gdb_test "tfind start" "Found trace frame .*" \
|
||||
|
Reference in New Issue
Block a user