* hppa.h (pa_opcodes): Use "cX" completer instead of "cx" in fstqx
[external/binutils.git] / gdb / testsuite / gdb.base / sepdebug.exp
1 #   Copyright 1988, 1990-1992, 1994-2000, 2002-2004, 2007-2012 Free
2 #   Software Foundation, Inc.
3
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 3 of the License, or
7 # (at your option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
13 #
14 # You should have received a copy of the GNU General Public License
15 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
16
17 # Based on break.exp, written by Rob Savoye. (rob@cygnus.com)
18 # Modified to test gdb's handling of separate debug info files.
19 # Modified to test gdb's handling of a debug-id retrieval.
20
21 # This file has two parts. The first is testing that gdb behaves
22 # normally after reading in an executable and its corresponding
23 # separate debug file. The second moves the .debug file to a different
24 # location and tests the "set debug-file-directory" command.
25 # The third is for testing build-id retrievel by finding the separate
26 # ".debug-id/ab/cdef.debug" file.
27
28
29 #
30 # test running programs
31 #
32
33 set testfile "sepdebug"
34 set srcfile ${testfile}.c
35 set binfile ${objdir}/${subdir}/${testfile}${EXEEXT}
36
37 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug nowarnings}] != "" } {
38     untested sepdebug.exp
39     return -1
40 }
41
42 # Note: the procedure gdb_gnu_strip_debug will produce an executable called
43 # ${binfile}, which is just like the executable ($binfile) but without
44 # the debuginfo. Instead $binfile has a .gnu_debuglink section which contains
45 # the name of a debuginfo only file. This file will be stored in the
46 # gdb.base/ subdirectory.
47
48 if [gdb_gnu_strip_debug $binfile] {
49     # check that you have a recent version of strip and objcopy installed
50     unsupported "cannot produce separate debug info files"
51     return -1
52 }
53
54 #
55 # PR gdb/9538.  Verify that symlinked executable still finds the separate
56 # debuginfo.
57 #
58 set old_subdir ${subdir}
59 set subdir ${subdir}/pr9538
60
61 # Cleanup any stale state.
62 remote_exec build "rm -rf ${subdir}"
63
64 remote_exec build "mkdir ${subdir}"
65 remote_exec build "ln -s ${binfile} ${subdir}"
66 clean_restart ${testfile}${EXEEXT}
67 if { $gdb_file_cmd_debug_info != "debug" } then {
68     fail "No debug information found."
69 }
70
71 # Restore subdir
72 set subdir ${old_subdir}
73
74 clean_restart ${testfile}${EXEEXT}
75 if { $gdb_file_cmd_debug_info != "debug" } then {
76     fail "No debug information found."
77 }
78
79 #
80 # test simple breakpoint setting commands
81 #
82
83 #
84 # test break at function
85 #
86 gdb_test "break main" \
87     "Breakpoint.*at.* file .*$srcfile, line.*" \
88     "breakpoint function"
89
90 #
91 # test break at quoted function
92 #
93 gdb_test "break \"marker2\"" \
94     "Breakpoint.*at.* file .*$srcfile, line.*" \
95     "breakpoint quoted function"
96
97 #
98 # test break at function in file
99 #
100 gdb_test "break $srcfile:factorial" \
101     "Breakpoint.*at.* file .*$srcfile, line.*" \
102     "breakpoint function in file"
103
104 set bp_location1 [gdb_get_line_number "set breakpoint 1 here"]
105
106 #
107 # test break at line number
108 #
109 # Note that the default source file is the last one whose source text
110 # was printed.  For native debugging, before we've executed the
111 # program, this is the file containing main, but for remote debugging,
112 # it's wherever the processor was stopped when we connected to the
113 # board.  So, to be sure, we do a list command.
114 #
115 gdb_test "list main" \
116     ".*main \\(argc, argv, envp\\).*" \
117     "use `list' to establish default source file"
118 gdb_test "break $bp_location1" \
119     "Breakpoint.*at.* file .*$srcfile, line $bp_location1\\." \
120     "breakpoint line number"
121
122 #
123 # test duplicate breakpoint
124 #
125 gdb_test "break $bp_location1" \
126     "Note: breakpoint \[0-9\]+ also set at pc.*Breakpoint \[0-9\]+ at.* file .*$srcfile, line $bp_location1\\." \
127     "breakpoint duplicate"
128
129 set bp_location2 [gdb_get_line_number "set breakpoint 2 here"]
130
131 #
132 # test break at line number in file
133 #
134 gdb_test "break $srcfile:$bp_location2" \
135     "Breakpoint.*at.* file .*$srcfile, line $bp_location2\\." \
136     "breakpoint line number in file"
137
138 set bp_location3 [gdb_get_line_number "set breakpoint 3 here"]
139 set bp_location4 [gdb_get_line_number "set breakpoint 4 here"]
140
141 #
142 # Test putting a break at the start of a multi-line if conditional.
143 # Verify the breakpoint was put at the start of the conditional.
144 #
145 gdb_test "break multi_line_if_conditional" \
146     "Breakpoint.*at.* file .*$srcfile, line $bp_location3\\." \
147     "breakpoint at start of multi line if conditional"
148
149 gdb_test "break multi_line_while_conditional" \
150     "Breakpoint.*at.* file .*$srcfile, line $bp_location4\\." \
151     "breakpoint at start of multi line while conditional"
152
153 set bp_location6 [gdb_get_line_number "set breakpoint 6 here"]
154
155 set main_line $bp_location6
156
157 set bp_location7 [gdb_get_line_number "set breakpoint 7 here"]
158 set bp_location8 [gdb_get_line_number "set breakpoint 8 here"]
159 set bp_location9 [gdb_get_line_number "set breakpoint 9 here"]
160
161 gdb_test "info break" \
162     "Num     Type\[ \]+Disp Enb Address\[ \]+What.*
163 \[0-9\]+\[\t \]+breakpoint     keep y.* in main at .*$srcfile:$main_line.*
164 \[0-9\]+\[\t \]+breakpoint     keep y.* in marker2 at .*$srcfile:($bp_location8|$bp_location9).*
165 \[0-9\]+\[\t \]+breakpoint     keep y.* in factorial at .*$srcfile:$bp_location7.*
166 \[0-9\]+\[\t \]+breakpoint     keep y.* in main at .*$srcfile:$bp_location1.*
167 \[0-9\]+\[\t \]+breakpoint     keep y.* in main at .*$srcfile:$bp_location1.*
168 \[0-9\]+\[\t \]+breakpoint     keep y.* in main at .*$srcfile:$bp_location2.*
169 \[0-9\]+\[\t \]+breakpoint     keep y.* in multi_line_if_conditional at .*$srcfile:$bp_location3.*
170 \[0-9\]+\[\t \]+breakpoint     keep y.* in multi_line_while_conditional at .*$srcfile:$bp_location4" \
171     "breakpoint info"
172
173 # FIXME: The rest of this test doesn't work with anything that can't
174 # handle arguments.
175 # Huh? There doesn't *appear* to be anything that passes arguments
176 # below.
177
178 #
179 # run until the breakpoint at main is hit. For non-stubs-using targets.
180 #
181 gdb_run_cmd
182 gdb_expect {
183     -re "Breakpoint \[0-9\]+,.*main .*argc.*argv.* at .*$srcfile:$bp_location6.*$bp_location6\[\t \]+if .argc.* \{.*$gdb_prompt $" {
184         pass "run until function breakpoint"
185     }
186     -re "$gdb_prompt $" {
187         fail "run until function breakpoint"
188     }
189     timeout {
190         fail "run until function breakpoint (timeout)"
191     }
192 }
193
194 #
195 # run until the breakpoint at a line number
196 #
197 gdb_test continue "Continuing\\..*Breakpoint \[0-9\]+, main \\(argc=.*, argv=.*, envp=.*\\) at .*$srcfile:$bp_location1.*$bp_location1\[\t \]+printf.*factorial.*" \
198                         "run until breakpoint set at a line number"
199
200 #
201 # Run until the breakpoint set in a function in a file
202 #
203 for {set i 6} {$i >= 1} {incr i -1} {
204         gdb_test continue "Continuing\\..*Breakpoint \[0-9\]+, factorial \\(value=$i\\) at .*$srcfile:$bp_location7.*$bp_location7\[\t \]+.*if .value > 1. \{.*" \
205                         "run until file:function($i) breakpoint"
206 }
207
208 #
209 # Run until the breakpoint set at a quoted function
210 #
211 gdb_test continue "Continuing\\..*Breakpoint \[0-9\]+, (0x\[0-9a-f\]+ in )?marker2 \\(a=43\\) at .*$srcfile:($bp_location8|$bp_location9).*" \
212                 "run until quoted breakpoint"
213 #
214 # run until the file:function breakpoint at a line number in a file
215 #
216 gdb_test continue "Continuing\\..*Breakpoint \[0-9\]+, main \\(argc=.*, argv=.*, envp=.*\\) at .*$srcfile:$bp_location2.*$bp_location2\[\t \]+argc = \\(argc == 12345\\);.*" \
217                 "run until file:linenum breakpoint"
218
219 # Test break at offset +1
220 set bp_location10 [gdb_get_line_number "set breakpoint 10 here"]
221
222 gdb_test "break +1" \
223     "Breakpoint.*at.* file .*$srcfile, line $bp_location10\\." \
224     "breakpoint offset +1"
225
226 # Check to see if breakpoint is hit when stepped onto
227
228 gdb_test "step" \
229     ".*Breakpoint \[0-9\]+, main \\(argc=.*, argv=.*, envp=.*\\) at .*$srcfile:$bp_location10.*$bp_location10\[\t \]+return argc;.*breakpoint 10 here.*" \
230     "step onto breakpoint"
231
232 #
233 # delete all breakpoints so we can start over, course this can be a test too
234 #
235 delete_breakpoints
236
237 #
238 # test temporary breakpoint at function
239 #
240
241 gdb_test "tbreak main" "Temporary breakpoint.*at.* file .*$srcfile, line.*" "Temporary breakpoint function"
242
243 #
244 # test break at function in file
245 #
246
247 gdb_test "tbreak $srcfile:factorial" "Temporary breakpoint.*at.* file .*$srcfile, line.*" \
248         "Temporary breakpoint function in file"
249
250 #
251 # test break at line number
252 #
253
254 gdb_test "tbreak $bp_location1" \
255     "Temporary breakpoint.*at.* file .*$srcfile, line $bp_location1.*" \
256     "Temporary breakpoint line number #1"
257
258 gdb_test "tbreak $bp_location6" \
259     "Temporary breakpoint.*at.* file .*$srcfile, line $bp_location6.*" \
260     "Temporary breakpoint line number #2"
261
262 #
263 # test break at line number in file
264 #
265
266 gdb_test "tbreak $srcfile:$bp_location2" \
267     "Temporary breakpoint.*at.* file .*$srcfile, line $bp_location2.*" \
268     "Temporary breakpoint line number in file #1"
269
270 set bp_location11 [gdb_get_line_number "set breakpoint 11 here"]
271 gdb_test  "tbreak $srcfile:$bp_location11" "Temporary breakpoint.*at.* file .*$srcfile, line $bp_location11.*" "Temporary breakpoint line number in file #2"
272
273 #
274 # check to see what breakpoints are set (temporary this time)
275 #
276 gdb_test "info break" "Num     Type.*Disp Enb Address.*What.*\[\r\n\]
277 \[0-9\]+\[\t \]+breakpoint     del.*y.*in main at .*$srcfile:$main_line.*\[\r\n\]
278 \[0-9\]+\[\t \]+breakpoint     del.*y.*in factorial at .*$srcfile:$bp_location7.*\[\r\n\]
279 \[0-9\]+\[\t \]+breakpoint     del.*y.*in main at .*$srcfile:$bp_location1.*\[\r\n\]
280 \[0-9\]+\[\t \]+breakpoint     del.*y.*in main at .*$srcfile:$bp_location6.*\[\r\n\]
281 \[0-9\]+\[\t \]+breakpoint     del.*y.*in main at .*$srcfile:$bp_location2.*\[\r\n\]
282 \[0-9\]+\[\t \]+breakpoint     del.*y.*in main at .*$srcfile:$bp_location11.*" \
283     "Temporary breakpoint info"
284
285
286 #***********
287
288 # Verify that catchpoints for fork, vfork and exec don't trigger
289 # inappropriately.  (There are no calls to those system functions
290 # in this test program.)
291 #
292 if ![runto_main] then { fail "sepdebug tests suppressed" }
293
294 gdb_test "catch" "Catch requires an event name.*" \
295     "catch requires an event name"
296
297 set name "set catch fork, never expected to trigger"
298 gdb_test_multiple "catch fork" $name {
299     -re "Catchpoint \[0-9\]* .fork.*$gdb_prompt $" {
300         pass $name
301     }
302     -re "Catch of fork not yet implemented.*$gdb_prompt $" {
303         pass $name
304     }
305 }
306
307 # If we are on HP-UX 10.20, we expect an error message to be
308 # printed if we type "catch vfork" at the gdb gdb_prompt.  This is
309 # because on HP-UX 10.20, we cannot catch vfork events.
310
311 set name "set catch vfork, never expected to trigger"
312 gdb_test_multiple "catch vfork" $name {
313     -re "Catch of vfork events not supported on HP-UX 10.20.*" {
314         pass $name
315     }
316     -re "Catchpoint \[0-9\]* .vfork.*$gdb_prompt $" {
317         pass $name
318     }
319     -re "Catch of vfork not yet implemented.*$gdb_prompt $" {
320         pass $name
321     }
322 }
323
324 set name "set catch exec, never expected to trigger"
325 gdb_test_multiple "catch exec" $name {
326     -re "Catchpoint \[0-9\]* .exec.*$gdb_prompt $" {
327         pass $name
328     }
329     -re "Catch of exec not yet implemented.*$gdb_prompt $" {
330         pass $name
331     }
332 }
333
334 # Verify that GDB responds gracefully when asked to set a breakpoint
335 # on a nonexistent source line.
336 #
337
338 gdb_test_no_output "set breakpoint pending off"
339 gdb_test "break 999" "No line 999 in the current file." \
340     "break on non-existent source line"
341
342 # Run to the desired default location. If not positioned here, the
343 # tests below don't work.
344 #
345 gdb_test "until $bp_location1" "main .* at .*:$bp_location1.*" "until bp_location1"
346
347
348 # Verify that GDB allows one to just say "break", which is treated
349 # as the "default" breakpoint.  Note that GDB gets cute when printing
350 # the informational message about other breakpoints at the same
351 # location.  We'll hit that bird with this stone too.
352 #
353
354 gdb_test "break" "Breakpoint \[0-9\]*.*" \
355     "break on default location, 1st time"
356
357 gdb_test "break" \
358     "Note: breakpoint \[0-9\]* also set at .*Breakpoint \[0-9\]*.*" \
359     "break on default location, 2nd time"
360
361 gdb_test "break" \
362     "Note: breakpoints \[0-9\]* and \[0-9\]* also set at .*Breakpoint \[0-9\]*.*" \
363     "break on default location, 3rd time"
364
365 gdb_test "break" \
366     "Note: breakpoints \[0-9\]*, \[0-9\]* and \[0-9\]* also set at .*Breakpoint \[0-9\]*.*" \
367     "break on default location, 4th time"
368
369 # Verify that a "silent" breakpoint can be set, and that GDB is indeed
370 # "silent" about its triggering.
371 #
372 if ![runto_main] then { fail "sepdebug tests suppressed" }
373
374 gdb_test_multiple "break $bp_location1" \
375     "set to-be-silent break bp_location1" {
376         -re "Breakpoint (\[0-9\]*) at .*, line $bp_location1.*$gdb_prompt $" {
377             pass "set to-be-silent break bp_location1"
378         }
379 }
380
381 gdb_test "commands $expect_out(1,string)\nsilent\nend" ">end" "set silent break bp_location1"
382
383 gdb_test "info break $expect_out(1,string)" \
384     "\[0-9\]*\[ \t\]*breakpoint.*:$bp_location1\r\n\[ \t\]*silent.*" \
385     "info silent break bp_location1"
386
387 gdb_test "continue" "Continuing.*" "hit silent break bp_location1"
388
389 gdb_test "bt" "#0  main .* at .*:$bp_location1.*" \
390     "stopped for silent break bp_location1"
391
392 # Verify that GDB can at least parse a breakpoint with the
393 # "thread" keyword.  (We won't attempt to test here that a
394 # thread-specific breakpoint really triggers appropriately.
395 # The gdb.threads subdirectory contains tests for that.)
396 #
397 set bp_location12 [gdb_get_line_number "set breakpoint 12 here"]
398
399 gdb_test "break $bp_location12 thread 999" "Unknown thread 999.*" \
400     "thread-specific breakpoint on non-existent thread disallowed"
401
402 gdb_test "break $bp_location12 thread foo" \
403     "Junk after thread keyword.*" \
404     "thread-specific breakpoint on bogus thread ID disallowed"
405
406 # Verify that GDB responds gracefully to a breakpoint command with
407 # trailing garbage.
408 #
409
410 gdb_test "break $bp_location12 foo" \
411     "malformed linespec error: unexpected string, \"foo\".*" \
412     "breakpoint with trailing garbage disallowed"
413
414 # Verify that GDB responds gracefully to a "clear" command that has
415 # no matching breakpoint.  (First, get us off the current source line,
416 # which we know has a breakpoint.)
417 #
418
419 gdb_test "next" "marker1.*" "step over breakpoint"
420
421 gdb_test "clear 81" "No breakpoint at 81.*" \
422     "clear line has no breakpoint disallowed"
423
424 gdb_test "clear" "No breakpoint at this line.*" \
425     "clear current line has no breakpoint disallowed"
426
427 # Verify that we can set and clear multiple breakpoints.
428 #
429 # We don't test that it deletes the correct breakpoints.  We do at
430 # least test that it deletes more than one breakpoint.
431 #
432 gdb_test "break marker3" "Breakpoint.*at.*" "break marker3 #1"
433 gdb_test "break marker3" "Breakpoint.*at.*" "break marker3 #2"
434 gdb_test "clear marker3" {Deleted breakpoints [0-9]+ [0-9]+.*}
435
436 # Verify that a breakpoint can be set via a convenience variable.
437 #
438
439 gdb_test_no_output "set \$foo=$bp_location11" \
440     "set convenience variable \$foo to bp_location11"
441
442 gdb_test "break \$foo" \
443     "Breakpoint (\[0-9\]*) at .*, line $bp_location11.*" \
444     "set breakpoint via convenience variable"
445
446 # Verify that GDB responds gracefully to an attempt to set a
447 # breakpoint via a convenience variable whose type is not integer.
448 #
449
450 gdb_test_no_output "set \$foo=81.5" \
451     "set convenience variable \$foo to 81.5"
452
453 gdb_test "break \$foo" \
454     "Convenience variables used in line specs must have integer values.*" \
455     "set breakpoint via non-integer convenience variable disallowed"
456
457 # Verify that we can set and trigger a breakpoint in a user-called function.
458 #
459
460 gdb_test "break marker2" \
461     "Breakpoint (\[0-9\]*) at .*, line ($bp_location8|$bp_location9).*" \
462     "set breakpoint on to-be-called function"
463
464 gdb_test "print marker2(99)" \
465     "The program being debugged stopped while in a function called from GDB.\r\nEvaluation of the expression containing the function\r\n.marker2. will be abandoned.\r\nWhen the function is done executing, GDB will silently stop.*" \
466     "hit breakpoint on called function"
467
468 # As long as we're stopped (breakpointed) in a called function,
469 # verify that we can successfully backtrace & such from here.
470 #
471 # In this and the following test, the _sr4export check apparently is needed
472 # for hppa*-*-hpux.
473 #
474
475 gdb_test_multiple "bt" "backtrace while in called function" {
476     -re "#0\[ \t\]*($hex in )?marker2.*:($bp_location8|$bp_location9)\r\n#1.*_sr4export.*$gdb_prompt $" {
477         pass "backtrace while in called function"
478     }
479     -re "#0\[ \t\]*($hex in )?marker2.*:($bp_location8|$bp_location9)\r\n#1.*function called from gdb.*$gdb_prompt $" {
480         pass "backtrace while in called function"
481     }
482 }
483
484 # Return from the called function.  For remote targets, it's important to do
485 # this before runto_main, which otherwise may silently stop on the dummy
486 # breakpoint inserted by GDB at the program's entry point.
487 #
488
489 gdb_test_multiple "finish" "finish from called function" {
490     -re "Run till exit from .*marker2.* at .*($bp_location8|$bp_location9)\r\n.* in _sr4export.*$gdb_prompt $" {
491         pass "finish from called function"
492     }
493     -re "Run till exit from .*marker2.* at .*($bp_location8|$bp_location9)\r\n.*function called from gdb.*$gdb_prompt $" {
494         pass "finish from called function"
495     }
496     -re "Run till exit from .*marker2.* at .*($bp_location8|$bp_location9)\r\n.*Value returned.*$gdb_prompt $" {
497         pass "finish from called function"
498     }
499 }
500
501 # Verify that GDB responds gracefully to a "finish" command with
502 # arguments.
503 #
504 if ![runto_main] then { fail "sepdebug tests suppressed" }
505
506 gdb_test "finish 123" \
507     "The \"finish\" command does not take any arguments.*" \
508     "finish with arguments disallowed"
509
510 # Verify that GDB responds gracefully to a request to "finish" from
511 # the outermost frame.  On a stub that never exits, this will just
512 # run to the stubs routine, so we don't get this error...  Thus the 
513 # second condition.
514 #
515
516 gdb_test_multiple "finish" "finish from outermost frame disallowed" {
517     -re "\"finish\" not meaningful in the outermost frame.*$gdb_prompt $" {
518         pass "finish from outermost frame disallowed"
519     }
520     -re "Run till exit from.*$gdb_prompt $" {
521         pass "finish from outermost frame disallowed"
522     }
523 }
524
525 # Verify that we can explicitly ask GDB to stop on all shared library
526 # events, and that it does so.
527 #
528 if [istarget "hppa*-*-hpux*"] then {
529     if ![runto_main] then { fail "sepdebug tests suppressed" }
530
531     gdb_test_no_output "set stop-on-solib-events 1" \
532         "set stop-on-solib-events"
533
534     gdb_test "run" \
535         "Stopped due to shared library event.*" \
536         "triggered stop-on-solib-events" \
537         "Start it from the beginning.*y or n. $" \
538         "y"
539
540     gdb_test_no_output "set stop-on-solib-events 0" \
541       "reset stop-on-solib-events"
542 }
543
544 # Hardware breakpoints are unsupported on HP-UX.  Verify that GDB
545 # gracefully responds to requests to create them.
546 #
547 if [istarget "hppa*-*-hpux*"] then {
548     if ![runto_main] then { fail "sepdebug tests suppressed" }
549
550     gdb_test "hbreak" \
551         "No hardware breakpoint support in the target.*" \
552         "hw breaks disallowed"
553
554     gdb_test "thbreak" \
555       "No hardware breakpoint support in the target.*" \
556       "temporary hw breaks disallowed"
557 }
558
559 #********
560
561
562 #
563 # Test "next" over recursive function call.
564 #
565
566 proc test_next_with_recursion {} { 
567     global gdb_prompt
568     global decimal
569     global binfile
570
571     gdb_test "kill" "" "kill program" "Kill the program being debugged.*y or n. $" "y"
572     delete_breakpoints
573
574     gdb_test "break factorial" "Breakpoint $decimal at .*" "break at factorial"
575
576     # Run until we call factorial with 6
577
578     gdb_run_cmd
579     gdb_expect {
580         -re "Break.* factorial .value=6. .*$gdb_prompt $" {}
581         -re ".*$gdb_prompt $" {
582             fail "run to factorial(6)";
583             gdb_suppress_tests;
584         }
585         timeout { fail "run to factorial(6) (timeout)" ; gdb_suppress_tests }
586     }
587
588     # Continue until we call factorial recursively with 5.
589
590     if [gdb_test "continue" \
591         "Continuing.*Break.* factorial .value=5. .*" \
592         "continue to factorial(5)"] then { gdb_suppress_tests }
593
594     # Do a backtrace just to confirm how many levels deep we are.
595
596     if [gdb_test "backtrace" \
597         "#0\[ \t\]+ factorial .value=5..*" \
598         "backtrace from factorial(5)"] then { gdb_suppress_tests }
599
600     # Now a "next" should position us at the recursive call, which
601     # we will be performing with 4.
602
603     if [gdb_test "next" \
604         ".* factorial .value - 1.;.*" \
605         "next to recursive call"] then { gdb_suppress_tests }
606
607     # Disable the breakpoint at the entry to factorial by deleting them all.
608     # The "next" should run until we return to the next line from this
609     # recursive call to factorial with 4.
610     # Buggy versions of gdb will stop instead at the innermost frame on
611     # the line where we are trying to "next" to.
612
613     delete_breakpoints
614
615     if [istarget "mips*tx39-*"] {
616         set timeout 60
617     }
618     # We used to set timeout here for all other targets as well.  This
619     # is almost certainly wrong.  The proper timeout depends on the
620     # target system in use, and how we communicate with it, so there
621     # is no single value appropriate for all targets.  The timeout
622     # should be established by the Dejagnu config file(s) for the
623     # board, and respected by the test suite.
624     #
625     # For example, if I'm running GDB over an SSH tunnel talking to a
626     # portmaster in California talking to an ancient 68k board running
627     # a crummy ROM monitor (a situation I can only wish were
628     # hypothetical), then I need a large timeout.  But that's not the
629     # kind of knowledge that belongs in this file.
630
631     gdb_test next "\[0-9\]*\[\t \]+return \\(value\\);.*" \
632             "next over recursive call"
633
634     # OK, we should be back in the same stack frame we started from.
635     # Do a backtrace just to confirm.
636
637     set result [gdb_test "backtrace" \
638             "#0\[ \t\]+ factorial .value=120.*\r\n#1\[ \t\]+ \[0-9a-fx\]+ in factorial .value=6..*" \
639             "backtrace from factorial(5.1)"]
640     if { $result != 0 } { gdb_suppress_tests }
641
642     if [target_info exists gdb,noresults] { gdb_suppress_tests }
643   gdb_continue_to_end "recursive next test"
644    gdb_stop_suppressing_tests;
645 }
646
647 test_next_with_recursion
648
649
650 #********
651
652 proc test_different_dir {type test_different_dir xfail} { with_test_prefix "$type" {
653     global srcdir subdir objdir binfile srcfile timeout gdb_prompt
654     global bp_location6 decimal hex
655
656     gdb_exit
657     gdb_start
658     gdb_reinitialize_dir $srcdir/$subdir
659     gdb_test_no_output "set debug-file-directory ${test_different_dir}" \
660         "set separate debug location"
661     gdb_load ${binfile}
662
663     #
664     # test break at function
665     #
666     if {$xfail} {
667         setup_xfail "*-*-*"
668     }
669     gdb_test "break main" \
670         "Breakpoint.*at.* file .*$srcfile, line.*" \
671         "breakpoint function, optimized file"
672
673     #
674     # test break at function
675     #
676     if {$xfail} {
677         setup_xfail "*-*-*"
678     }
679     gdb_test "break marker4" \
680         "Breakpoint.*at.* file .*$srcfile, line.*" \
681         "breakpoint small function, optimized file"
682
683     #
684     # run until the breakpoint at main is hit. For non-stubs-using targets.
685     #
686     gdb_run_cmd
687     if {$xfail} {
688         setup_xfail "*-*-*"
689     }
690     gdb_expect {
691         -re "Breakpoint \[0-9\]+,.*main .*argc.*argv.* at .*$srcfile:$bp_location6.*$bp_location6\[\t \]+if .argc.* \{.*$gdb_prompt $" {
692             pass "run until function breakpoint, optimized file"
693         }
694         -re "Breakpoint \[0-9\]+,.*main .*argc.*argv.* at .*$gdb_prompt $" {
695             pass "run until function breakpoint, optimized file (code motion)"
696         }
697         -re "$gdb_prompt $" {
698             fail "run until function breakpoint, optimized file"
699         }
700         timeout {
701             fail "run until function breakpoint, optimized file (timeout)"
702         }
703     }
704
705     #
706     # run until the breakpoint at a small function
707     #
708
709     #
710     # Add a second pass pattern.  The behavior differs here between stabs
711     # and dwarf for one-line functions.  Stabs preserves two line symbols
712     # (one before the prologue and one after) with the same line number, 
713     # but dwarf regards these as duplicates and discards one of them.
714     # Therefore the address after the prologue (where the breakpoint is)
715     # has no exactly matching line symbol, and GDB reports the breakpoint
716     # as if it were in the middle of a line rather than at the beginning.
717
718     set bp_location13 [gdb_get_line_number "set breakpoint 13 here"]
719     set bp_location14 [gdb_get_line_number "set breakpoint 14 here"]
720     if {$xfail} {
721         setup_xfail "*-*-*"
722     }
723
724     gdb_test_multiple "continue" "run until breakpoint set at small function, optimized file" {
725         -re "Breakpoint $decimal, marker4 \\(d=177601976\\) at .*$srcfile:$bp_location13\[\r\n\]+$bp_location13\[\t \]+void marker4.*$gdb_prompt $" {
726             pass "run until breakpoint set at small function, optimized file"
727         }
728         -re "Breakpoint $decimal, $hex in marker4 \\(d=177601976\\) at .*$srcfile:$bp_location13\[\r\n\]+$bp_location13\[\t \]+void marker4.*$gdb_prompt $" {
729             pass "run until breakpoint set at small function, optimized file"
730         }
731         -re "Breakpoint $decimal, marker4 \\(d=177601976\\) at .*$srcfile:$bp_location14\[\r\n\]+$bp_location14\[\t \]+void marker4.*$gdb_prompt $" {
732             # marker4() is defined at line 46 when compiled with -DPROTOTYPES
733             pass "run until breakpoint set at small function, optimized file (line bp_location14)"
734         }
735     }
736
737
738     # Reset the default arguments for VxWorks
739     if [istarget "*-*-vxworks*"] {
740         set timeout 10
741         verbose "Timeout is now $timeout seconds" 2
742         gdb_test_no_output "set args main"
743     }
744
745 # proc test_different_dir
746 }}
747
748
749 # now move the .debug file to a different location so that we can test
750 # the "set debug-file-directory" command.
751
752 set different_dir "${objdir}/${subdir}/${testfile}.dir"
753 set debugfile "${different_dir}/${objdir}/${subdir}/${testfile}.debug"
754 remote_exec build "rm -rf $different_dir"
755 remote_exec build "mkdir -p [file dirname $debugfile]"
756 remote_exec build "mv -f ${objdir}/${subdir}/${testfile}.debug $debugfile"
757
758 test_different_dir debuglink $different_dir 0
759
760
761 # Test CRC mismatch is reported.
762
763 if {[build_executable sepdebug.exp sepdebug2 sepdebug2.c debug] != -1
764     && ![gdb_gnu_strip_debug ${objdir}/${subdir}/sepdebug2]} {
765
766     remote_exec build "cp ${debugfile} ${objdir}/${subdir}/sepdebug2.debug"
767
768     gdb_exit
769     gdb_start
770     gdb_reinitialize_dir $srcdir/$subdir
771
772     set escapedobjdirsubdir [string_to_regexp ${objdir}/${subdir}]
773
774     gdb_test "file ${objdir}/${subdir}/sepdebug2" "warning: the debug information found in \"${escapedobjdirsubdir}/sepdebug2\\.debug\" does not match \"${escapedobjdirsubdir}/sepdebug2\" \\(CRC mismatch\\)\\..*\\(no debugging symbols found\\).*" "CRC mismatch is reported"
775 }
776
777
778 # NT_GNU_BUILD_ID / .note.gnu.build-id test:
779
780 set build_id_debug_filename [build_id_debug_filename_get $binfile]
781 if ![string compare $build_id_debug_filename ""] then {
782     unsupported "build-id is not supported by the compiler"
783
784     # Spare debug files may confuse testsuite runs in the future.
785     remote_exec build "rm -f $debugfile"
786 } else {
787     set build_id_debugself_filename [build_id_debug_filename_get $debugfile]
788     set test "build-id support by binutils"
789     set xfail 0
790     if ![string compare $build_id_debugself_filename ""] then {
791         unsupported $test
792         set xfail 1
793     } elseif {[string compare $build_id_debugself_filename $build_id_debug_filename] != 0} then {
794         fail $test
795     } else {
796         pass $test
797     }
798
799     file mkdir [file dirname ${objdir}/${subdir}/${build_id_debug_filename}]
800     remote_exec build "mv $debugfile ${objdir}/${subdir}/${build_id_debug_filename}"
801
802     test_different_dir build-id "${objdir}/${subdir}" $xfail
803
804     # Test also multiple directories can be specified.  Without the build-id
805     # reference GDB would find the separate debug info just at the same
806     # location as the executable file.
807
808     test_different_dir multiple-dirs "/doesnotexist:${objdir}/${subdir}" $xfail
809
810     # Spare debug files may confuse testsuite runs in the future.
811     remote_exec build "rm -f ${objdir}/${subdir}/${build_id_debug_filename}"
812 }