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

Lines Matching refs:displaced

41 # Test stepping past a breakpoint with no symbols.  DISPLACED is one
42 # of the "set displaced-stepping" options. If GDB can't find where to
46 proc test_step_over { displaced } {
73 gdb_test_no_output "set displaced-stepping $displaced"
84 foreach displaced { "off" "on" "auto" } {
85 if { $displaced != "off" && ![support_displaced_stepping] } {
89 with_test_prefix "displaced=$displaced" {
90 test_step_over $displaced