Lines Matching refs:displaced
16 # Step over breakpoints with displaced stepping on, against Valgrind.
17 # We can't really use displaced stepping with Valgrind, so what this
37 gdb_test_no_output "set displaced-stepping off"
43 foreach displaced { "off" "on" } {
44 with_test_prefix "displaced $displaced" {
46 gdb_test_no_output "set displaced-stepping $displaced"
53 set should_warn [expr {$go == "once" && $displaced == "on"}]
60 -re "warning: disabling displaced stepping.*$pattern" {