* gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.hp / gdb.compat / xdb3.exp
1 # Copyright (C) 1998 Free Software Foundation, Inc.
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
5 # the Free Software Foundation; either version 2 of the License, or
6 # (at your option) any later version.
7 #
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.
12 #
13 # You should have received a copy of the GNU General Public License
14 # along with this program; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
16
17 # Please email any bugs, comments, and/or additions to this file to:
18 # bug-gdb@prep.ai.mit.edu
19
20
21 if $tracelevel then {
22 strace $tracelevel
23 }
24
25 if { [skip_hp_tests] } then { continue }
26
27 set testfile1 "average"
28 set testfile2 "sum"
29 set testfile "xdb-test"
30 set binfile1 ${objdir}/${subdir}/${testfile1}
31 set binfile2 ${objdir}/${subdir}/${testfile2}
32 set binfile ${objdir}/${subdir}/${testfile}
33
34 if { [gdb_compile "${srcdir}/${subdir}/average.c" "${binfile1}.o" object {debug}] != "" } {
35 untested xdb3.exp
36 return -1
37 }
38
39 if { [gdb_compile "${srcdir}/${subdir}/sum.c" "${binfile2}.o" object {debug}] != "" } {
40 untested xdb3.exp
41 return -1
42 }
43
44 if { [gdb_compile "${binfile1}.o ${binfile2}.o" ${binfile} executable {debug}] != "" } {
45 untested xdb3.exp
46 return -1
47 }
48
49 if [get_compiler_info ${binfile}] {
50 return -1;
51 }
52 if { $gcc_compiled } then { continue }
53
54
55 proc xdb_reinitialize_dir { subdir } {
56 global gdb_prompt
57
58 send_gdb "D\n"
59 gdb_expect {
60 -re "Reinitialize source path to empty.*y or n. " {
61 send_gdb "y\n"
62 gdb_expect {
63 -re "Source directories searched.*$gdb_prompt $" {
64 send_gdb "D $subdir\n"
65 gdb_expect {
66 -re "Source directories searched.*$gdb_prompt $" {
67 verbose "Dir set to $subdir"
68 }
69 -re ".*$gdb_prompt $" {
70 perror "Dir \"$subdir\" failed."
71 }
72 }
73 }
74 -re ".*$gdb_prompt $" {
75 perror "Dir \"$subdir\" failed."
76 }
77 }
78 }
79 -re ".*$gdb_prompt $" {
80 perror "Dir \"$subdir\" failed."
81 }
82 }
83 }
84
85 #
86 #test_search
87 #
88 proc test_search { } {
89 gdb_test "set listsize 4" ""
90 gdb_test "list average.c:1" "1\[ \t\]+/. This is a sample .*"
91 gdb_test "/ print_average" "17\[ \t\]+void print_average\\(int \\*list.*"
92 gdb_test "/ print_average" "19\[ \t\]+void print_average\\(list, low, high\\)"
93 gdb_test "/ print_average" "42\[ \t\]+print_average \\(my_list, first, last\\);"
94 gdb_test "? print_average" "19\[ \t\]+void print_average\\(list, low, high\\)"
95 gdb_test "? sum" "9\[ \t]+extern int sum\\(\\);"
96 }
97
98 #
99 #test_viewing_loc
100 #
101 proc test_viewing_loc { } {
102 gdb_test "L" "No stack."
103 gdb_test "break main" ""
104 gdb_test "R" ""
105 gdb_test "L" "#0\[ \t\]+main \\(\\) at.*average.c:38\r\n38\[ \t\]+int first = 0, last = 0;"
106 }
107
108 #
109 #test_dir_list
110 #
111 proc test_dir_list { } {
112 gdb_test "ld" "Source directories searched: .*"
113 }
114
115 #
116 #test_list_sources
117 #
118 proc test_list_sources { } {
119 if [istarget "hppa64-*-*"] {
120 gdb_test "lf" "Source files for which symbols have been read in:\r\n\r\n.*average\\.c.*Source files for which symbols will be read in on demand:\r\n\r\nglobals,.*\[se\]\[un\]\[md\]\\.c.*\[se\]\[un\]\[md\]\\.c"
121 } else {
122 gdb_test "lf" "Source files for which symbols have been read in:\r\n\r\n.*average\\.c.*\r\n\r\nSource files for which symbols will be read in on demand:\r\n\r\nglobals, end\\.c,.*sum\\.c"
123 }
124 }
125 #
126 #test_vlist
127 #
128 proc test_vlist { } {
129 gdb_test "v main" "34\[ \t\]+main \\(\\)\r\n35\[ \t\]+#endif\r\n36\[ \t\]+.\r\n37\[ \t\]+char c;"
130 }
131
132 #
133 #test_va
134 #
135 proc test_va { } {
136 if [istarget "hppa64-*-*"] {
137 gdb_test "va main" "Dump of assembler code for function main:\r\n.*0x.* <main>:\[ \t\]+std %rp,-0x10\\(%sp\\)\r\n0x.* <main\\+4>:\[ \t\]+std,ma %r3,0xd0\\(%sp\\)\r\n.*0x.* <main\\+8>:\[ \t\]+std %r4,-0xc8\\(%sp\\)\r\n.*0x.* <main\\+12>:\[ \t\]+copy %ret1,%r3\r\n.*"
138 } else {
139 gdb_test "va main" "Dump of assembler code for function main:\r\n.*0x.* <main>:\[ \t\]+stw %rp,-0x14\\(%sr0,%sp\\)\r\n0x.* <main\\+4>:\[ \t\]+ldo 0x\[48\]0\\(%sp\\),%sp\r\n.*0x.* <main\\+8>:\[ \t\]+stw %r0,-0x.*\\(%sr0,%sp\\)\r\n.*0x.* <main\\+12>:\[ \t\]+stw %r0,-0x.*\\(%sr0,%sp\\)\r\n.*"
140 }
141 }
142
143 #
144 #test_list_globals
145 #
146 proc test_list_globals { } {
147 gdb_test "lg" "All defined variables:\r\n\r\nFile globals:.*"
148 # gdb_test "lg" "All defined variables:\r\n\r\nFile globals:\r\nchar __buffer.512.;\r\nint __d_eh_catch_catch;\r\nint __d_eh_catch_throw;.*"
149 }
150
151 #
152 #test_list_registers
153 #
154 proc test_list_registers { } {
155 if [istarget "hppa64-*-*"] {
156 gdb_test "lr" "\[ \t\]+flags:.*r17:.*pcsqh:.*cr0:.*\r\n\[ \t\]+r1:.*r18:.*pcoqt:.*cr8:.*"
157 } else {
158 gdb_test "lr" "\[ \t\]+flags:.*r18:.*pcsqt:.*ccr:.*\r\n\[ \t\]+r1:.*r19:.*eiem:.*cr12:.*"
159 }
160 gdb_test "lr r1" "r1 .*"
161 }
162
163 #
164 #test_backtrace
165 #
166 proc test_backtrace { } {
167 gdb_test "t" "#0 main \\(\\) at.*average.c:39"
168 gdb_test "T" "#0 main \\(\\) at.*average.c:39\r\n\[ \t\]+c = *.*\r\n\[ \t\]+first = 0\r\n\[ \t\]+last = 0"
169
170 gdb_test "break sum" ""
171 gdb_test "cont" ""
172 gdb_test "next"
173
174 gdb_test "t" "#0 sum \\(list=0x.*, low=0, high=9\\) at.*sum\.c:12\r\n#1 0x.* in print_average \\(list=0x.*, low=0, high=9\\) at.*average\.c:24\r\n#2 0x.* in main \\(\\) at.*average\.c:42"
175 gdb_test "t 1" "#0 sum \\(list=0x.*, low=0, high=9\\) at.*sum\.c:12\r\n\\(More stack frames follow\.\.\.\\)"
176 gdb_test "T" "#0 sum \\(list=0x.*, low=0, high=9\\) at.*sum\.c:12\r\n\[ \t\]+i = 0\r\n\[ \t\]+s = 0\r\n#1 0x.* in print_average \\(list=0x.*, low=0, high=9\\) at.*average\.c:24\r\n\[ \t\]+total = 0\r\n\[ \t\]+num_elements = 0\r\n\[ \t\]+average = 0\r\n#2 0x.* in main \\(\\) at.*average\.c:42\r\n\[ \t\]+c = *.*\r\n\[ \t\]+first = 0\r\n\[ \t\]+last = 9"
177 gdb_test "T 1" "#0 sum \\(list=0x.*, low=0, high=9\\) at.*sum\.c:12\r\n\[ \t\]+i = 0\r\n\[ \t\]+s = 0\r\n\\(More stack frames follow\.\.\.\\)"
178
179 gdb_test "V" "#0 sum \\(list=0x.*, low=0, high=9\\) at.*sum\.c:12\r\n\\12\[ \t\]+for \\(i = low;.*\\)"
180 gdb_test "V 1" "#1 0x.* in print_average \\(list=0x.*, low=0, high=9\\) at.*average\.c:24\r\n24\[ \t\]+total = sum\\(list, low, high\\);"
181 }
182
183 #
184 # test_go
185 #
186 proc test_go { } {
187 gdb_test "break main" ""
188 gdb_test "R" ""
189
190 gdb_test "g +1" "Breakpoint.*at 0x.*: file.*average\.c, line 39\.\r\nContinuing at 0x.*\.\r\nmain \\(\\) at.*average\.c:39\r\n39\[ \t\]+last = num-1;"
191 gdb_test "g 42" "Breakpoint.*at 0x.*: file.*average\.c, line 42\.\r\nContinuing at 0x.*\.\r\nmain \\(\\) at.*average\.c:42\r\n42\[ \t\]+print_average \\(my_list, first, last\\);"
192
193 }
194
195 #
196 #test_breakpoints
197 #
198 proc test_breakpoints { } {
199 global gdb_prompt
200
201 gdb_test "sb" ""
202 gdb_test "lb" "Num.*Type.*Disp.*Enb.*Address.*What\r\n1\[ \r\]+breakpoint\[ \r\]+keep n.*in main at.*average\.c:38.*"
203 gdb_test "ab" ""
204 gdb_test "lb" "Num.*Type.*Disp.*Enb.*Address.*What\r\n1\[ \r\]+breakpoint\[ \r\]+keep y.*in main at.*average\.c:38.*"
205 gdb_test "ba sum" "Breakpoint.*at.*: file.*sum\.c, line 11\."
206 gdb_test "cont" ""
207 gdb_test "bx" "Breakpoint.*at.*: file.*sum.c, line 15\."
208 #gdb_test "bx if (1)" "Breakpoint.*at.*: file.*sum.c, line 15\."
209 gdb_test "bx 1" "Breakpoint.*at.*: file.*average.c, line 29\."
210 gdb_test "bx 1 if (1)" "Breakpoint.*at.*: file.*average.c, line 29\."
211 gdb_test "bc 1 2" "Will ignore next 2 crossings of breakpoint 1\."
212 gdb_test "lb 1" "Num.*Type.*Disp.*Enb.*Address.*What\r\n1\[ \r\]+breakpoint\[ \r\]+keep y.*in main at.*average\.c:38\r\n.*breakpoint already hit 1 time\r\n.*ignore next 2 hits.*"
213
214 send_gdb "db\n"
215 gdb_expect {
216 -re "Delete all breakpoints.*y or n. $" {
217 send_gdb "y\n"
218 exp_continue
219 }
220 -re "y\r\n$gdb_prompt $" {}
221 -re ".*$gdb_prompt $" { # This happens if there were no breakpoints
222 }
223 timeout { perror "Delete all breakpoints (timeout)" ; return }
224 }
225 send_gdb "lb\n"
226 gdb_expect {
227 -re "No breakpoints or watchpoints..*$gdb_prompt $" {}
228 -re ".*$gdb_prompt $" { perror "breakpoints not deleted" ; return }
229 timeout { perror "info breakpoints (timeout)" ; return }
230 }
231 gdb_test "xbreak" "Breakpoint.*at.*file.*sum.c, line 15."
232 gdb_test "xbreak print_average" "Breakpoint.*at.*file.*average.c, line 29."
233 gdb_test "xbreak if (1)" "Note: breakpoint.*also set at pc.*Breakpoint.*at.*file.*sum.c, line 15."
234 gdb_test "xbreak print_average if (1)" "Note: breakpoint.*also set at pc.*Breakpoint.*at.*file.*average.c, line 29."
235
236 send_gdb "lb\n"
237 gdb_expect {
238 -re "Num Type Disp Enb Address What.*breakpoint keep y.*sum.c:15.*breakpoint keep y.*average.c:29.*breakpoint keep y.*sum.c:15.*stop only if 1.*breakpoint keep y.*average.c:29.*stop only if 1.*$gdb_prompt $" {pass "lb on xbreaks"}
239 -re ".*$gdb_prompt $" { fail "breakpoints not deleted"}
240 timeout { fail "info breakpoints (timeout)" }
241 }
242
243 }
244
245 #
246 # test_signals
247 #
248 proc test_signals { } {
249 gdb_test "handle SIGTERM nostop noprint" ""
250 gdb_test "z 15 s" "Signal.*Stop.*Print.*Pass to program.*Description\r\nSIGTERM.*Yes.*Yes.*Yes.*Terminated"
251 gdb_test "z 15 r" "Signal.*Stop.*Print.*Pass to program.*Description\r\nSIGTERM.*No.*No.*Yes.*Terminated"
252 gdb_test "z 15 i" "Signal.*Stop.*Print.*Pass to program.*Description\r\nSIGTERM.*No.*No.*No.*Terminated"
253 gdb_test "z 15 r" "Signal.*Stop.*Print.*Pass to program.*Description\r\nSIGTERM.*No.*Yes.*No.*Terminated"
254 gdb_test "z 15 Q" "Signal.*Stop.*Print.*Pass to program.*Description\r\nSIGTERM.*No.*No.*No.*Terminated"
255 gdb_test "lz" "Signal.*Stop.*Print.*Pass to program.*Description\r\n\r\nSIGHUP.*Yes.*"
256 }
257
258
259
260 # Start with a fresh gdb.
261 global GDBFLAGS
262 set saved_gdbflags $GDBFLAGS
263
264 set GDBFLAGS "$GDBFLAGS --xdb"
265
266 gdb_exit
267 gdb_start
268
269 xdb_reinitialize_dir $srcdir/$subdir
270
271 gdb_load ${binfile}
272 send_gdb "set width 0\n"
273 gdb_expect -re "$gdb_prompt $"
274 test_search
275 test_viewing_loc
276 test_dir_list
277 test_list_sources
278 test_vlist
279 test_va
280 gdb_test "next"
281 gdb_test "l" "No arguments.\r\nc = *.*\r\nfirst = 0\r\nlast = 0"
282 #test_list_globals
283 test_list_registers
284 test_backtrace
285
286 # Start with a fresh gdb.
287
288 gdb_exit
289 gdb_start
290 xdb_reinitialize_dir $srcdir/$subdir
291
292 gdb_load ${binfile}
293 send_gdb "set width 0\n"
294 gdb_expect -re "$gdb_prompt $"
295 test_go
296
297
298 gdb_exit
299 gdb_start
300 xdb_reinitialize_dir $srcdir/$subdir
301
302 gdb_load ${binfile}
303 send_gdb "set width 0\n"
304 gdb_expect -re "$gdb_prompt $"
305 gdb_test "break main" ""
306 gdb_test "R" ""
307 gdb_test "S" "39\[ \t\]+last = num-1;"
308 test_breakpoints
309 test_signals
310 gdb_test "sm" ""
311 gdb_test "info set" ".*pagination: State of pagination is off.*"
312 gdb_test "am" ""
313 gdb_test "info set" ".*pagination: State of pagination is on.*"
314 gdb_exit
315
316 set GDBFLAGS $saved_gdbflags
317
318 return 0
319
320
321
322
323
324
This page took 0.085301 seconds and 4 git commands to generate.