gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / interrupt.exp
CommitLineData
32d0add0 1# Copyright 1994-2015 Free Software Foundation, Inc.
c906108c
SS
2
3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License as published by
e22f8b7c 5# the Free Software Foundation; either version 3 of the License, or
c906108c 6# (at your option) any later version.
e22f8b7c 7#
c906108c
SS
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY; without even the implied warranty of
10# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11# GNU General Public License for more details.
e22f8b7c 12#
c906108c 13# You should have received a copy of the GNU General Public License
e22f8b7c 14# along with this program. If not, see <http://www.gnu.org/licenses/>.
c906108c 15
eecf4bed
JB
16if [target_info exists gdb,nointerrupts] {
17 verbose "Skipping interrupt.exp because of nointerrupts."
18 continue
c906108c
SS
19}
20
f8b41b00 21standard_testfile
a12cc160
DJ
22
23set options { debug }
24if { ! [target_info exists gdb,nosignals] } {
25 lappend options "additional_flags=-DSIGNALS"
26}
27
f8b41b00
TT
28if {[build_executable $testfile.exp $testfile $srcfile $options] == -1} {
29 untested $testfile.exp
30 return -1
c906108c
SS
31}
32
33gdb_start
34
35
36if ![file exists $binfile] then {
37 perror "$binfile does not exist."
38 return 0
39} else {
40 gdb_reinitialize_dir $srcdir/$subdir
41 gdb_load $binfile
42 # Hope this is unix :-)
f6978de9 43 gdb_test "shell stty intr '^C'" ".*" \
c906108c
SS
44 "set interrupt character in interrupt.exp"
45 if [runto_main] then {
b97fde92
PA
46 global inferior_spawn_id gdb_spawn_id
47
48 if {[target_info exists gdb,noinferiorio] && $inferior_spawn_id == $gdb_spawn_id} {
49 verbose "Skipping interrupt.exp because of noinferiorio."
50 return
51 }
52
203bc29b
PA
53 set msg "process is alive"
54 gdb_test_multiple "continue" $msg {
b97fde92 55 -i "$inferior_spawn_id" -re "talk to me baby\r\n" {
203bc29b 56 pass $msg
c906108c 57 }
c906108c 58 }
203bc29b 59
c906108c 60 # This should appear twice, once for the echo and once for the
508a3ddf 61 # program's output.
203bc29b
PA
62
63 set msg "child process ate our char"
b97fde92 64 send_inferior "a\n"
203bc29b 65 gdb_test_multiple "" $msg {
b97fde92 66 -i "$inferior_spawn_id" -re "^a\r\na\r\n$" {
203bc29b 67 pass $msg
c906108c 68 }
c906108c 69 }
203bc29b 70
c906108c
SS
71 # Wait until the program is in the read system call again.
72 sleep 2
73
74 # Cntrl-c may fail for simulator targets running on a BSD host.
75 # This is the result of a combination of the read syscall
76 # being restarted and gdb capturing the cntrl-c signal.
77
78 # Cntrl-c may fail for simulator targets on slow hosts.
79 # This is because there is a race condition between entering
80 # the read and delivering the cntrl-c.
81
82 send_gdb "\003"
203bc29b
PA
83 set msg "send_gdb control C"
84 gdb_test_multiple "" $msg {
c906108c 85 -re "Program received signal SIGINT.*$gdb_prompt $" {
203bc29b 86 pass $msg
c906108c 87 }
c906108c
SS
88 }
89
203bc29b 90 set msg "call function when asleep"
c906108c 91 send_gdb "p func1 ()\n"
203bc29b
PA
92 gdb_test_multiple "" $msg {
93 -re " = 4.*$gdb_prompt $" {
94 pass $msg
95 }
92b8ae91 96 -re ".*Program received signal SIG(SEGV|ILL).*$gdb_prompt $" {
c906108c
SS
97 setup_xfail "i*86-pc-linux*-gnu*"
98 fail "child died when we called func1, skipped rest of tests"
99 return
100 }
085dd6e6
JM
101 -re "$gdb_prompt $" {
102 # On HPUX-11.0 'send "p func1 ()"' above
103 # terminates the program. A defect is pending on this
104 # issue [defect #DTS CHFts24203]. Hence calling setup_xfail
105 # below.
a0b3c4fd 106 setup_xfail "hppa*-*-*11*" CHFts24203
085dd6e6
JM
107 fail "call function when asleep (wrong output)"
108 }
c906108c
SS
109 default {
110
111 # This fail probably happens whenever we use /proc (we
112 # don't use PRSABORT), but apparently also happens on
113 # other machines as well.
114
115 setup_xfail "sparc*-*-solaris2*"
c906108c
SS
116 setup_xfail "i*86-*-solaris2*"
117 setup_xfail "*-*-sysv4*"
118 setup_xfail "vax-*-*"
119 setup_xfail "alpha-*-*"
8afa723e 120 setup_xfail "*-*-*bsd*"
c906108c
SS
121 setup_xfail "*-*-hpux*"
122 setup_xfail "*-*-*lynx*"
203bc29b 123 fail "$msg (stays asleep)"
b97fde92
PA
124 # Send the inferior a newline to wake it up.
125 send_inferior "\n"
c906108c
SS
126 gdb_test "" " = 4" "call function after waking it"
127 }
c906108c
SS
128 }
129
130 # Now try calling the function again.
131 gdb_test "p func1 ()" " = 4" "call function a second time"
132
133 # And the program should still be doing the same thing.
134 # The optional trailing \r\n is in case we sent a newline above
135 # to wake the program, in which case the program now sends it
136 # back. We check for it either here or in the next gdb_expect
137 # command, because which one it ends up in is timing dependent.
138 send_gdb "continue\n"
139 # For some reason, i386-*-sysv4 gdb fails to issue the Continuing
140 # message, but otherwise appears normal (FIXME).
203bc29b
PA
141
142 set msg "continue"
143 gdb_test_multiple "" "$msg" {
144 -re "^continue\r\nContinuing.\r\n(\r\n|)$" {
145 pass $msg
146 }
147 -re "^continue\r\n\r\n" {
148 fail "$msg (missing Continuing.)"
149 }
c906108c
SS
150 }
151
b97fde92 152 send_inferior "data\n"
c906108c
SS
153 # The optional leading \r\n is in case we sent a newline above
154 # to wake the program, in which case the program now sends it
155 # back.
085dd6e6
JM
156 # FIXME: The pattern below leads to an expected success on HPUX-11.0
157 # but the success is spurious. Need to provide the right reg.expr.
158 # here.
203bc29b
PA
159
160 set msg "echo data"
161 gdb_test_multiple "" $msg {
b97fde92 162 -i "$inferior_spawn_id" -re "^(\r\n|)data\r\ndata\r\n$" {
203bc29b
PA
163 pass $msg
164 }
b97fde92 165 -i "$gdb_spawn_id" -re "Undefined command.*$gdb_prompt " {
203bc29b
PA
166 fail $msg
167 }
c906108c
SS
168 }
169
a12cc160
DJ
170 if { ! [target_info exists gdb,nosignals] } {
171 # Wait until the program is in the read system call again.
172 sleep 2
173
174 # Stop the program for another test.
175 set msg "Send Control-C, second time"
176 send_gdb "\003"
177 gdb_test_multiple "" "$msg" {
178 -re "Program received signal SIGINT.*$gdb_prompt $" {
179 pass "$msg"
180 }
181 }
182
183 # The "signal" command should deliver the correct signal and
184 # return to the loop.
185 set msg "signal SIGINT"
186 gdb_test_multiple "signal SIGINT" "$msg" {
203bc29b
PA
187 -re "^signal SIGINT\r\nContinuing with signal SIGINT.\r\n(\r\n|)$" {
188 pass "$msg"
189 }
a12cc160
DJ
190 }
191
192 # We should be back in the loop.
b97fde92 193 send_inferior "more data\n"
203bc29b
PA
194
195 set msg "echo more data"
196 gdb_test_multiple "" $msg {
b97fde92 197 -i "$inferior_spawn_id" -re "^(\r\n|)more data\r\nmore data\r\n$" {
203bc29b
PA
198 pass $msg
199 }
a12cc160
DJ
200 }
201 }
202
0a803169 203 set saw_end_of_file 0
b97fde92
PA
204 set saw_inferior_exit 0
205
203bc29b 206 set msg "send end of file"
b97fde92 207 send_inferior "\004"
203bc29b 208 gdb_test_multiple "" $msg {
0a803169
PA
209 -i $inferior_spawn_id -re "end of file" {
210 verbose -log "saw \"end of file\": $saw_end_of_file"
211 set saw_end_of_file 1
212 verbose -log "saw \"end of file\""
b97fde92
PA
213 if {!$saw_inferior_exit} {
214 exp_continue
215 }
216 }
217 -i "$gdb_spawn_id" -re "$inferior_exited_re normally.*$gdb_prompt " {
218 set saw_inferior_exit 1
219 verbose -log "saw inferior exit"
0a803169 220 if {!$saw_end_of_file} {
b97fde92
PA
221 exp_continue
222 }
c906108c 223 }
c906108c 224 }
b97fde92 225
0a803169 226 gdb_assert { $saw_end_of_file && $saw_inferior_exit } $msg
c906108c
SS
227 }
228}
229return 0
This page took 1.520119 seconds and 4 git commands to generate.