mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
1999-01-29 Martin Hunt <hunt@cygnus.com>
* srcwin.test(srcwin-4.3) Change bytype field to 3.
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
1999-01-29 Martin Hunt <hunt@cygnus.com>
|
||||
|
||||
* srcwin.test(srcwin-4.3) Change bytype field to 3.
|
||||
|
||||
* srcwin.exp: Add srcwin2.test, which are basically the same
|
||||
tests as srcwin.test, but run with a missing source file.
|
||||
|
||||
|
@ -1038,7 +1038,7 @@ gdbtk_test srcwin-4.3 "BP Balloons" {
|
||||
if {[lindex $line 0] == "breakpoint"} {continue}
|
||||
incr i
|
||||
set enabled [lindex $line 0]
|
||||
set bptype [lindex $line 2]
|
||||
set bptype [lindex $line 3]
|
||||
switch $i {
|
||||
1 {
|
||||
if {$bptype != "donttouch"} {set r -1000}
|
||||
|
Reference in New Issue
Block a user