Home | History | Annotate | Download | only in gdb.threads

Lines Matching refs:displaced

30 # "set displaced on" only tells gdb to use displaced stepping if
37 with_test_prefix "probe displaced-stepping support" {
40 gdb_test_no_output "set displaced on"
45 # We're stopped at the main breakpoint. If displaced stepping is
48 gdb_test_no_output "set debug displaced 1"
66 # child. DISPLACED indicates whether to use displaced stepping or
68 proc do_test { cond_bp_target detach_on_fork displaced } {
100 gdb_test_no_output "set displaced $displaced"
159 foreach_with_prefix displaced {"on" "off"} {
160 if {$displaced == "on" && !$displaced_stepping_supported} {
164 do_test $cond_bp_target $detach_on_fork $displaced