HomeSort by: relevance | last modified time | path
    Searched refs:displaced (Results 1 - 25 of 96) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
ppc64-atomic-inst.exp 30 # The test proper. DISPLACED is true if we should try with displaced
32 proc do_test { displaced } {
39 gdb_test_no_output "set displaced-stepping $displaced"
62 foreach displaced { "off" "on" } {
63 with_test_prefix "displaced=$displaced" {
64 do_test $displaced
ppc64-isa207-atomic-inst.exp 33 # The test proper. DISPLACED is true if we should try with displaced
36 proc do_test { displaced } {
44 gdb_test_no_output "set displaced-stepping $displaced"
90 foreach displaced { "off" "on" } {
91 with_test_prefix "displaced=$displaced" {
92 do_test $displaced
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
ppc64-atomic-inst.exp 30 # The test proper. DISPLACED is true if we should try with displaced
32 proc do_test { displaced } {
39 gdb_test_no_output "set displaced-stepping $displaced"
62 foreach displaced { "off" "on" } {
63 with_test_prefix "displaced=$displaced" {
64 do_test $displaced
ppc64-isa207-atomic-inst.exp 33 # The test proper. DISPLACED is true if we should try with displaced
36 proc do_test { displaced } {
44 gdb_test_no_output "set displaced-stepping $displaced"
90 foreach displaced { "off" "on" } {
91 with_test_prefix "displaced=$displaced" {
92 do_test $displaced
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
step-over-no-symbols.exp 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
    [all...]
continue-after-aborted-step-over.exp 43 # DISPLACED indicates whether to use displaced-stepping.
44 proc do_test {displaced breakpoint_always_inserted} {
50 gdb_test_no_output "set displaced-stepping $displaced"
87 # machinery. So make sure this runs with displaced stepping disabled,
88 # and for good measure, also try with displaced stepping enabled.
89 foreach_with_prefix displaced-stepping {"off" "on"} {
91 do_test ${displaced-stepping} ${breakpoint-always-inserted}
valgrind-disp-step.exp 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"
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
step-over-lands-on-breakpoint.exp 27 # The test proper. DISPLACED is true if we should try with displaced
29 proc do_test {displaced command} {
32 with_test_prefix "displaced=$displaced: $command" {
39 gdb_test_no_output "set displaced-stepping $displaced"
72 foreach displaced { "off" "on" } {
73 if { $displaced != "off" && ![support_displaced_stepping] } {
79 do_test $displaced $comman
    [all...]
step-over-trips-on-watchpoint.exp 32 # The test proper. DISPLACED is true if we should try with displaced
36 proc do_test { displaced with_bp } {
46 with_test_prefix "displaced=$displaced: $prefix" {
56 gdb_test_no_output "set displaced-stepping $displaced"
129 foreach displaced { "off" "on" } {
130 if { $displaced != "off" && ![support_displaced_stepping] } {
135 do_test $displaced $with_b
    [all...]
step-over-thread-exit-while-stop-all-threads.exp 29 proc test {displaced-stepping target-non-stop} {
35 gdb_test_no_output "set displaced-stepping ${displaced-stepping}"
65 foreach_with_prefix displaced-stepping {off auto} {
67 test ${displaced-stepping} ${target-non-stop}
multiple-step-overs.exp 33 global displaced
42 gdb_test_no_output "set displaced-stepping $displaced"
69 foreach displaced { "off" "on" } {
70 with_test_prefix "displaced=$displaced" {
113 && $thread != 1 && $displaced == "off"} {
forking-threads-plus-breakpoint.exp 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
    [all...]
foll-fork-other-thread.exp 41 # - DISPLACED-STEPPING: "set displaced-stepping" value, "auto", "on" or "off".
43 proc do_test { fork_func follow target-non-stop non-stop displaced-stepping } {
50 gdb_test_no_output "set displaced-stepping ${displaced-stepping}"
166 foreach_with_prefix displaced-stepping {auto on off} {
167 do_test ${fork_func} ${follow} ${target-non-stop} ${non-stop} ${displaced-stepping}
next-fork-exec-other-thread.exp 62 # - DISPLACED-STEPPING: "set displaced-stepping" value, "auto", "on" or "off".
64 proc do_test { fork_func target-non-stop non-stop displaced-stepping } {
71 gdb_test_no_output "set displaced-stepping ${displaced-stepping}"
126 foreach_with_prefix displaced-stepping {auto on off} {
127 do_test ${fork_func} ${target-non-stop} ${non-stop} ${displaced-stepping}
next-fork-other-thread.exp 53 # - DISPLACED-STEPPING: "set displaced-stepping" value, "auto", "on" or "off".
55 proc do_test { fork_func target-non-stop non-stop displaced-stepping } {
62 gdb_test_no_output "set displaced-stepping ${displaced-stepping}"
111 foreach_with_prefix displaced-stepping {auto on off} {
112 do_test ${fork_func} ${target-non-stop} ${non-stop} ${displaced-stepping}
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
step-over-no-symbols.exp 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 } {
74 gdb_test_no_output "set displaced-stepping $displaced"
85 foreach displaced { "off" "on" "auto" } {
86 if { $displaced != "off" && ![support_displaced_stepping] } {
90 with_test_prefix "displaced=$displaced" {
91 test_step_over $displaced
    [all...]
continue-after-aborted-step-over.exp 43 # DISPLACED indicates whether to use displaced-stepping.
44 proc do_test {displaced breakpoint_always_inserted} {
51 gdb_test_no_output "set displaced-stepping $displaced"
88 # machinery. So make sure this runs with displaced stepping disabled,
89 # and for good measure, also try with displaced stepping enabled.
90 foreach_with_prefix displaced-stepping {"off" "on"} {
92 do_test ${displaced-stepping} ${breakpoint-always-inserted}
valgrind-disp-step.exp 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"
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
step-over-lands-on-breakpoint.exp 27 # The test proper. DISPLACED is true if we should try with displaced
29 proc do_test {displaced command} {
32 with_test_prefix "displaced=$displaced: $command" {
39 gdb_test_no_output "set displaced-stepping $displaced"
72 foreach displaced { "off" "on" } {
73 if { $displaced != "off" && ![support_displaced_stepping] } {
79 do_test $displaced $comman
    [all...]
step-over-trips-on-watchpoint.exp 32 # The test proper. DISPLACED is true if we should try with displaced
36 proc do_test { displaced with_bp } {
46 with_test_prefix "displaced=$displaced: $prefix" {
56 gdb_test_no_output "set displaced-stepping $displaced"
129 foreach displaced { "off" "on" } {
130 if { $displaced != "off" && ![support_displaced_stepping] } {
135 do_test $displaced $with_b
    [all...]
step-over-thread-exit-while-stop-all-threads.exp 29 proc test {displaced-stepping target-non-stop} {
35 gdb_test_no_output "set displaced-stepping ${displaced-stepping}"
65 foreach_with_prefix displaced-stepping {off auto} {
67 test ${displaced-stepping} ${target-non-stop}
multiple-step-overs.exp 33 global displaced
42 gdb_test_no_output "set displaced-stepping $displaced"
69 foreach displaced { "off" "on" } {
70 with_test_prefix "displaced=$displaced" {
113 && $thread != 1 && $displaced == "off"} {
foll-fork-other-thread.exp 43 # - DISPLACED-STEPPING: "set displaced-stepping" value, "auto", "on" or "off".
45 proc do_test { fork_func follow target-non-stop non-stop displaced-stepping } {
52 gdb_test_no_output "set displaced-stepping ${displaced-stepping}"
168 foreach_with_prefix displaced-stepping {auto on off} {
169 do_test ${fork_func} ${follow} ${target-non-stop} ${non-stop} ${displaced-stepping}
next-fork-exec-other-thread.exp 64 # - DISPLACED-STEPPING: "set displaced-stepping" value, "auto", "on" or "off".
66 proc do_test { fork_func target-non-stop non-stop displaced-stepping } {
73 gdb_test_no_output "set displaced-stepping ${displaced-stepping}"
128 foreach_with_prefix displaced-stepping {auto on off} {
129 do_test ${fork_func} ${target-non-stop} ${non-stop} ${displaced-stepping}
next-fork-other-thread.exp 55 # - DISPLACED-STEPPING: "set displaced-stepping" value, "auto", "on" or "off".
57 proc do_test { fork_func target-non-stop non-stop displaced-stepping } {
64 gdb_test_no_output "set displaced-stepping ${displaced-stepping}"
113 foreach_with_prefix displaced-stepping {auto on off} {
114 do_test ${fork_func} ${target-non-stop} ${non-stop} ${displaced-stepping}

Completed in 62 milliseconds

1 2 3 4