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

Lines Matching refs:unwind

32 # When UNWIND is "off" the inferior wil be left in the frame where the
33 # timeout occurs, otherwise, when UNWIND is "on", GDB should unwind
35 proc run_test { target_async target_non_stop non_stop unwind } {
52 gdb_test_no_output "set unwind-on-timeout $unwind"
54 if { $unwind } {
59 "To change this behavior use \"set unwind-on-timeout off\"\\." \
81 "To change this behavior use \"set unwind-on-timeout on\"\\." \
110 foreach_with_prefix unwind { "on" "off" } {
111 run_test $target_async $target_non_stop $non_stop $unwind