HomeSort by: relevance | last modified time | path
    Searched refs:multi_process (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
process-dies-while-detaching.exp 150 proc do_detach {multi_process cmd child_exit} {
158 if {$multi_process} {
171 if {$multi_process} {
213 proc test_detach {multi_process cmd} {
223 if {$multi_process} {
231 do_detach $multi_process $cmd "normal"
237 proc test_detach_watch {wp multi_process cmd} {
251 if {$multi_process} {
277 if { $multi_process == 0 && $cmd == "continue" } {
282 do_detach $multi_process $cmd "normal
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
process-dies-while-detaching.exp 151 proc do_detach {multi_process cmd child_exit} {
159 if {$multi_process} {
172 if {$multi_process} {
214 proc test_detach {multi_process cmd} {
224 if {$multi_process} {
232 do_detach $multi_process $cmd "normal"
238 proc test_detach_watch {wp multi_process cmd} {
252 if {$multi_process} {
278 if { $multi_process == 0 && $cmd == "continue" } {
283 do_detach $multi_process $cmd "normal
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/
multi-target-info-inferiors.exp 29 # Test "info inferiors" and "info connections". MULTI_PROCESS
32 proc test_info_inferiors {multi_process} {
34 setup "off" $multi_process
45 upvar multi_process multi_process
47 if {($multi_process == "off") && ($inf == 2 || $inf == 5)} {
141 foreach_with_prefix multi_process {"on" "off"} {
142 test_info_inferiors $multi_process
multi-target.exp.tcl 107 proc setup {non-stop {multi_process ""}} {
126 if {${multi_process} ne ""} then {
128 "set remote multiprocess-feature-packet $multi_process" \
129 "Support for the 'multiprocess-feature' packet on future remote targets is set to \"${multi_process}\"."
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
multi-target-info-inferiors.exp 29 # Test "info inferiors" and "info connections". MULTI_PROCESS
32 proc test_info_inferiors {multi_process} {
34 setup "off" $multi_process
45 upvar multi_process multi_process
47 if {($multi_process == "off") && ($inf == 2 || $inf == 5)} {
141 foreach_with_prefix multi_process {"on" "off"} {
142 test_info_inferiors $multi_process
multi-target.exp.tcl 107 proc setup {non-stop {multi_process ""}} {
126 if {${multi_process} ne ""} then {
128 "set remote multiprocess-feature-packet $multi_process" \
129 "Support for the 'multiprocess-feature' packet on future remote targets is set to \"${multi_process}\"."
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/
exit-multiple-threads.exp 147 foreach_with_prefix multi_process { 0 1 } {
148 $func ${executable} $target_executable ${multi_process}
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.server/
exit-multiple-threads.exp 148 foreach_with_prefix multi_process { 0 1 } {
149 $func ${executable} $target_executable ${multi_process}
  /src/external/gpl3/gdb.old/dist/gdbserver/
server.h 146 int multi_process = 0; member in struct:client_state
remote-utils.cc 525 if (cs.multi_process)
1269 if (cs.multi_process)
1276 if (cs.multi_process)
server.cc 1300 if (cs.multi_process)
2713 cs.multi_process = 1;
3531 if (cs.multi_process)
3601 if ((!extended_protocol || !cs.multi_process) && target_running ())
3613 if ((!extended_protocol || !cs.multi_process) && target_running ())
4465 cs.multi_process = 0;
  /src/external/gpl3/gdb/dist/gdbserver/
server.h 147 int multi_process = 0; member in struct:client_state
remote-utils.cc 525 if (cs.multi_process)
1269 if (cs.multi_process)
1276 if (cs.multi_process)
server.cc 1293 if (cs.multi_process)
2686 cs.multi_process = 1;
3498 if (cs.multi_process)
3569 if ((!extended_protocol || !cs.multi_process) && target_running ())
3581 if ((!extended_protocol || !cs.multi_process) && target_running ())
4520 cs.multi_process = 0;

Completed in 29 milliseconds