/[dejagnu]/dejagnu/config/gdb-comm.exp
ViewVC logotype

Diff of /dejagnu/config/gdb-comm.exp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by bje, Thu Aug 7 03:42:43 2003 UTC revision 1.5 by bje, Thu Aug 7 03:58:36 2003 UTC
# Line 253  proc gdb_comm_load { dest prog args } { Line 253  proc gdb_comm_load { dest prog args } {
253      global timeout      global timeout
254      set argnames { "command-line arguments" "input file" "output file" }      set argnames { "command-line arguments" "input file" "output file" }
255    
256      for { set x 0; } { $x < [llength $args] } { incr x } {      for { set x 0 } { $x < [llength $args] } { incr x } {
257          if { [lindex $args $x] != "" } {          if { [lindex $args $x] != "" } {
258              return [list "unsupported" "no support for [lindex $argnames $x] on this target"]              return [list "unsupported" "no support for [lindex $argnames $x] on this target"]
259          }          }
# Line 431  proc gdb_comm_load { dest prog args } { Line 431  proc gdb_comm_load { dest prog args } {
431                  -re ".*$gdb_prompt $" {                  -re ".*$gdb_prompt $" {
432                      remote_send host "signal 0\n"                      remote_send host "signal 0\n"
433                      remote_expect host 10 {                      remote_expect host 10 {
434                          -re "signal 0\[\r\n\]+" { exp_continue; }                          -re "signal 0\[\r\n\]+" { exp_continue }
435                          -re "Continuing(\\.| with no signal\\.)\[\r\n\]" {}                          -re "Continuing(\\.| with no signal\\.)\[\r\n\]" {}
436                      }                      }
437                  }                  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26