| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.rocm/ |
| precise-memory-exec.exp | 31 proc do_test { follow-exec-mode } { 48 gdb_test_no_output "set follow-exec-mode ${follow-exec-mode}" 56 foreach_with_prefix follow-exec-mode {same new} { 57 do_test ${follow-exec-mode}
|
| fork-exec-gpu-to-non-gpu.exp | 46 proc do_test { detach-on-fork follow-fork-mode fork_func } { 50 && ${follow-fork-mode} == "parent" 59 gdb_test_no_output "set follow-fork-mode ${follow-fork-mode}" 61 if { ${follow-fork-mode} == "parent" } { 69 } elseif { ${follow-fork-mode} == "child" } { 78 error "unexpected follow-fork-mode value: ${follow-fork-mode}" 84 foreach_with_prefix follow-fork-mode { parent child } { 86 do_test ${detach-on-fork} ${follow-fork-mode} $fork_fun [all...] |
| fork-exec-non-gpu-to-gpu.exp | 45 proc do_test { detach-on-fork follow-fork-mode fork_func } { 49 && ${follow-fork-mode} == "parent" 58 gdb_test_no_output "set follow-fork-mode ${follow-fork-mode}" 60 if { ${follow-fork-mode} == "parent" } { 68 } elseif { ${follow-fork-mode} == "child" } { 77 error "unexpected follow-fork-mode value: ${follow-fork-mode}" 83 foreach_with_prefix follow-fork-mode { parent child } { 85 do_test ${detach-on-fork} ${follow-fork-mode} $fork_fun [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.rocm/ |
| precise-memory-exec.exp | 31 proc do_test { follow-exec-mode } { 49 gdb_test_no_output "set follow-exec-mode ${follow-exec-mode}" 57 foreach_with_prefix follow-exec-mode {same new} { 58 do_test ${follow-exec-mode}
|
| fork-exec-gpu-to-non-gpu.exp | 47 proc do_test { detach-on-fork follow-fork-mode fork_func } { 51 && ${follow-fork-mode} == "parent" 61 gdb_test_no_output "set follow-fork-mode ${follow-fork-mode}" 63 if { ${follow-fork-mode} == "parent" } { 71 } elseif { ${follow-fork-mode} == "child" } { 80 error "unexpected follow-fork-mode value: ${follow-fork-mode}" 86 foreach_with_prefix follow-fork-mode { parent child } { 88 do_test ${detach-on-fork} ${follow-fork-mode} $fork_fun [all...] |
| fork-exec-non-gpu-to-gpu.exp | 46 proc do_test { detach-on-fork follow-fork-mode fork_func } { 50 && ${follow-fork-mode} == "parent" 60 gdb_test_no_output "set follow-fork-mode ${follow-fork-mode}" 62 if { ${follow-fork-mode} == "parent" } { 70 } elseif { ${follow-fork-mode} == "child" } { 79 error "unexpected follow-fork-mode value: ${follow-fork-mode}" 85 foreach_with_prefix follow-fork-mode { parent child } { 87 do_test ${detach-on-fork} ${follow-fork-mode} $fork_fun [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| foll-fork-syscall.exp | 16 # Test catching syscalls with all permutations of follow-fork parent/child 19 # Test relies on checking follow-fork output. Do not run if gdb debug is 78 proc_with_prefix test_catch_syscall {follow-fork-mode detach-on-fork} { 89 gdb_test_no_output "set follow-fork-mode ${follow-fork-mode}" 95 # Which inferior we're expecting to follow. Assuming the parent 97 if {${follow-fork-mode} == "parent"} { 109 if {${follow-fork-mode} == "child" || ${detach-on-fork} == "off"} { 114 if {${follow-fork-mode} == "parent"} { 129 # Check for follow-fork support [all...] |
| foll-fork.exp | 16 # Test relies on checking follow-fork output. Do not run if gdb debug is 66 # Test follow-fork to ensure that the correct process is followed, that 70 # the 'set follow-fork-mode' command, DETACH is the argument to the 75 proc_with_prefix test_follow_fork { follow-fork-mode detach-on-fork cmd } { 89 # Set follow-fork-mode if we aren't using the default. 90 if {${follow-fork-mode} == "default"} { 91 set follow-fork-mode "parent" 93 gdb_test_no_output "set follow-fork ${follow-fork-mode}" 96 gdb_test "show follow-fork" [all...] |
| fork-running-state.exp | 64 gdb_test_no_output "set follow-fork $follow_fork" 140 # set follow-fork parent|child 145 foreach_with_prefix follow-fork {"parent" "child"} { 147 do_test ${detach-on-fork} ${follow-fork} "on" "-" 151 do_test ${detach-on-fork} ${follow-fork} "off" ${schedule-multiple}
|
| step-over-syscall.exp | 312 gdb_test "set follow-fork-mode $follow_fork" 332 # follow-fork and detach-on-fork only make sense to 381 foreach_with_prefix follow-fork {"parent" "child"} { 385 && ${follow-fork} == "parent" 393 break_cond_on_syscall $syscall ${follow-fork} ${detach-on-fork}
|
| jit-elf-fork.exp | 46 # detach-on-fork and follow-fork-mode are the values to use for the GDB 56 proc do_setup { detach-on-fork follow-fork-mode } { 61 gdb_test_no_output "set follow-fork-mode ${follow-fork-mode}"
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| foll-fork.exp | 16 # Test relies on checking follow-fork output. Do not run if gdb debug is 64 # Test follow-fork to ensure that the correct process is followed, that 68 # the 'set follow-fork-mode' command, DETACH is the argument to the 73 proc_with_prefix test_follow_fork { follow-fork-mode detach-on-fork cmd } { 87 # Set follow-fork-mode if we aren't using the default. 88 if {${follow-fork-mode} == "default"} { 89 set follow-fork-mode "parent" 91 gdb_test_no_output "set follow-fork ${follow-fork-mode}" 94 gdb_test "show follow-fork" [all...] |
| fork-running-state.exp | 62 gdb_test_no_output "set follow-fork $follow_fork" 138 # set follow-fork parent|child 143 foreach_with_prefix follow-fork {"parent" "child"} { 145 do_test ${detach-on-fork} ${follow-fork} "on" "-" 149 do_test ${detach-on-fork} ${follow-fork} "off" ${schedule-multiple}
|
| step-over-syscall.exp | 302 gdb_test "set follow-fork-mode $follow_fork" 322 # follow-fork and detach-on-fork only make sense to 371 foreach_with_prefix follow-fork {"parent" "child"} { 375 && ${follow-fork} == "parent" 383 break_cond_on_syscall $syscall ${follow-fork} ${detach-on-fork}
|
| jit-elf-fork.exp | 45 # detach-on-fork and follow-fork-mode are the values to use for the GDB 55 proc do_setup { detach-on-fork follow-fork-mode } { 59 gdb_test_no_output "set follow-fork-mode ${follow-fork-mode}"
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| vfork-multi-thread.exp | 56 proc do_test { target-non-stop non-stop follow-fork-mode detach-on-fork schedule-multiple } { 63 gdb_test_no_output "set follow-fork-mode ${follow-fork-mode}" 82 # We only test with follow-fork-mode=parent and detach-on-fork=on at the 88 foreach_with_prefix follow-fork-mode {parent} { 91 do_test ${target-non-stop} ${non-stop} ${follow-fork-mode} ${detach-on-fork} ${schedule-multiple}
|
| foll-fork-other-thread.exp | 17 # another thread, in different combinations of "set follow-fork 37 # - FOLLOW: "set follow-fork" value, either "parent" or "child". 43 proc do_test { fork_func follow target-non-stop non-stop displaced-stepping } { 68 "explicit child follow, catch fork" 96 gdb_test_no_output "set follow-fork $follow" 100 if {$follow == "child"} { 102 # For fork, GDB detaches from the parent at follow-fork time. 163 foreach_with_prefix follow {child} [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| vfork-multi-thread.exp | 58 proc do_test { target-non-stop non-stop follow-fork-mode detach-on-fork schedule-multiple } { 65 gdb_test_no_output "set follow-fork-mode ${follow-fork-mode}" 84 # We only test with follow-fork-mode=parent and detach-on-fork=on at the 90 foreach_with_prefix follow-fork-mode {parent} { 93 do_test ${target-non-stop} ${non-stop} ${follow-fork-mode} ${detach-on-fork} ${schedule-multiple}
|
| foll-fork-other-thread.exp | 17 # another thread, in different combinations of "set follow-fork 39 # - FOLLOW: "set follow-fork" value, either "parent" or "child". 45 proc do_test { fork_func follow target-non-stop non-stop displaced-stepping } { 70 "explicit child follow, catch fork" 98 gdb_test_no_output "set follow-fork $follow" 102 if {$follow == "child"} { 104 # For fork, GDB detaches from the parent at follow-fork time. 165 foreach_with_prefix follow {child} [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| genlink.h | 60 #define _bfd_generic_link_hash_lookup(table, string, create, copy, follow) \ 62 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| genlink.h | 60 #define _bfd_generic_link_hash_lookup(table, string, create, copy, follow) \ 62 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
|
| /src/external/gpl3/gdb/dist/bfd/ |
| genlink.h | 60 #define _bfd_generic_link_hash_lookup(table, string, create, copy, follow) \ 62 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| genlink.h | 60 #define _bfd_generic_link_hash_lookup(table, string, create, copy, follow) \ 62 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
|
| /src/external/cddl/osnet/sys/kern/ |
| vfs.c | 44 lookupname(char *dirname, enum uio_seg seg, enum symfollow follow, 54 follow == FOLLOW ? NSM_FOLLOW_NOEMULROOT : NSM_NOFOLLOW_NOEMULROOT,
|
| /src/etc/rc.d/ |
| sshd | 31 To fix, follow the "Adding entropy" section in the entropy(7)
|