]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/gdb.asm/asm-source.exp
gdb/
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.asm / asm-source.exp
CommitLineData
0fb0cc75 1# Copyright 1998, 2000, 2001, 2002, 2003, 2004, 2007, 2008, 2009
6aba47ca 2# Free Software Foundation, Inc.
c906108c
SS
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
e22f8b7c 6# the Free Software Foundation; either version 3 of the License, or
c906108c 7# (at your option) any later version.
e22f8b7c 8#
c906108c
SS
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.
e22f8b7c 13#
c906108c 14# You should have received a copy of the GNU General Public License
e22f8b7c 15# along with this program. If not, see <http://www.gnu.org/licenses/>.
c906108c
SS
16#
17# This file was written by Kendra.
18
19if $tracelevel then {
20 strace $tracelevel
21}
22
23#
24# Test debugging assembly level programs.
25# This file uses asmsrc[12].s for input.
26#
27
28set prms_id 0
29set bug_id 0
30
78492fde 31set asm-arch ""
71507b56 32set asm-note "empty"
78492fde 33set asm-flags ""
31d3fb18 34set link-flags "-e _start"
575eebb1 35set debug-flags ""
78492fde 36
be375bae 37switch -glob -- [istarget] {
acf4b816
RH
38 "alpha*-*-*" {
39 set asm-arch alpha
40 # ??? Won't work with ecoff systems like Tru64, but then we also
41 # don't have any other -g flag that creates mdebug output.
575eebb1
NC
42 set asm-flags "-no-mdebug -I${srcdir}/${subdir} -I${objdir}/${subdir}"
43 set debug-flags "-gdwarf-2"
acf4b816 44 }
be375bae
JB
45 "*arm-*-*" {
46 set asm-arch arm
47 }
48 "xscale-*-*" {
49 set asm-arch arm
50 }
3a4c9371
KB
51 "frv-*-*" {
52 set asm-arch frv
53 }
be375bae
JB
54 "s390-*-*" {
55 set asm-arch s390
56 }
09bf6082
JB
57 "s390x-*-*" {
58 set asm-arch s390x
59 }
be375bae
JB
60 "x86_64-*-*" {
61 set asm-arch x86_64
575eebb1 62 set debug-flags "-gdwarf-2"
be375bae
JB
63 }
64 "i\[3456\]86-*-*" {
65 set asm-arch i386
be375bae 66 }
c28c63d8
JB
67 "lm32-*" {
68 set asm-arch lm32
69 }
73cb587d
KI
70 "m32r*-linux*" {
71 set asm-arch m32r-linux
72 }
c702009a
MS
73 "m32c-*-*" {
74 set asm-arch m32c
75 }
be375bae
JB
76 "m32r*-*" {
77 set asm-arch m32r
3a4b3aac 78 append link-flags "--whole-archive -lgloss --no-whole-archive"
be375bae
JB
79 }
80 "m6811-*-*" {
81 set asm-arch m68hc11
c3d0b56e
SC
82 set asm-flags "-mshort-double -m68hc11 --no-warn -I${srcdir}/${subdir} -I${objdir}/${subdir}"
83 set debug-flags "-gdwarf-2"
84 # This asm test is specific and uses the linker directly.
85 # We must not use the target board linker script defined for other
86 # tests. Remove it and restore it later on.
87 set board [target_info name]
88 set old_ldscript [board_info $board ldscript]
89 unset_board_info "ldscript"
be375bae
JB
90 }
91 "m6812-*-*" {
92 set asm-arch m68hc11
c3d0b56e
SC
93 set asm-flags "-mshort-double -m68hc12 --no-warn -I${srcdir}/${subdir} -I${objdir}/${subdir}"
94 set debug-flags "-gdwarf-2"
95 # This asm test is specific and uses the linker directly.
96 # We must not use the target board linker script defined for other
97 # tests. Remove it and restore it later on.
98 set board [target_info name]
99 set old_ldscript [board_info $board ldscript]
100 set_board_info ldscript ""
be375bae
JB
101 }
102 "mips*-*" {
103 set asm-arch mips
104 }
105 "powerpc*-*" {
106 set asm-arch powerpc
107 }
71e06f80
CV
108 "sh*-*-*" {
109 set asm-arch sh
575eebb1 110 set debug-flags "-gdwarf-2"
71e06f80 111 }
be375bae
JB
112 "sparc-*-*" {
113 set asm-arch sparc
114 }
115 "sparc64-*-*" {
116 set asm-arch sparc64
575eebb1
NC
117 set asm-flags "-xarch=v9 -I${srcdir}/${subdir} -I${objdir}/${subdir}"
118 set debug-flags "-gdwarf-2"
be375bae 119 }
c1d88655
UW
120 "spu*-*-*" {
121 set asm-arch spu
122 set asm-flags "-I${srcdir}/${subdir} -I${objdir}/${subdir} --no-warn"
123 set debug-flags "-gdwarf-2"
124 }
be375bae
JB
125 "xstormy16-*-*" {
126 set asm-arch xstormy16
575eebb1 127 set debug-flags "-gdwarf-2"
be375bae
JB
128 }
129 "v850-*-*" {
130 set asm-arch v850
131 set gdb_wrapper_initialized 1
a955b5bb 132 }
2705e972
AS
133 "m68k-*-*" {
134 set asm-arch m68k
135 }
4630e498
JJ
136 "ia64-*-*" {
137 set asm-arch ia64
575eebb1 138 set debug-flags "-gdwarf-2"
4630e498 139 }
be46087e
CV
140 "iq2000-*-*" {
141 set asm-arch iq2000
142 }
81bb3443
RC
143 "hppa*-linux-*" {
144 set asm-arch pa
575eebb1 145 set debug-flags "-gdwarf-2"
81bb3443 146 }
a1b06f35
MK
147 "hppa-*-openbsd*" {
148 set asm-arch pa
a1b06f35
MK
149 set debug-flags "-gdwarf-2"
150 }
9fdb1f50
RC
151 "hppa64-*-hpux*" {
152 set asm-arch pa64
9fdb1f50
RC
153 set debug-flags "-gdwarf-2"
154 }
547b869a
CV
155 "h83*-*" {
156 set asm-arch h8300
761ae4d6 157 set debug-flags "-gdwarf-2"
547b869a 158 }
017ac23d 159}
be375bae 160
78492fde 161if { "${asm-arch}" == "" } {
b60f0898
JB
162 untested asm-source.exp
163 return -1
c906108c
SS
164}
165
71507b56
MK
166# On NetBSD/ELF we need a special NetBSD-identifying note section.
167if { [istarget "*-*-netbsdelf*"]
8dd4540b 168 || [istarget "alpha-*-netbsd*"]
b7cbf173 169 || [istarget "mips*-*-netbsd*"]
27ce9a6d 170 || [istarget "powerpc-*-netbsd*"]
71507b56
MK
171 || [istarget "x86_64-*-netbsd*"] } then {
172 set asm-note "netbsd"
173}
174
53904d1e
MK
175# On OpenBSD/ELF we need a similar note section. We make no attempt
176# of handing a.out here since most OpenBSD/a.out systems use a rather
177# outdated assembler that doesn't assemble this test's code anyway.
178if { [istarget "*-*-openbsd*"] } then {
179 set asm-note "openbsd"
180}
181
0fcddd82
EZ
182# Watch out, we are invoking the assembler, but the testsuite sets multilib
183# switches according to compiler syntax. If we pass these options straight
184# to the assembler, they won't always make sense. If we don't pass them to
185# the assembler, the final link will complain that the object files were
186# built with different defaults. So no matter what we do, we lose. We may as
187# well get out of this test sooner rather than later.
188set dest [target_info name]
189if [board_info $dest exists multilib_flags] {
190 set multilib_flags [board_info $dest multilib_flags]
191 if { "${multilib_flags}" != "" } {
b60f0898
JB
192 untested asm-source.exp
193 return -1
0fcddd82
EZ
194 return;
195 }
196}
197
c906108c
SS
198set testfile "asm-source"
199set binfile ${objdir}/${subdir}/${testfile}
f2dd3617
EZ
200set srcfile1 asmsrc1.s
201set srcfile2 asmsrc2.s
c906108c 202
a73a20a2
EZ
203remote_exec build "rm -f ${subdir}/arch.inc"
204remote_download host ${srcdir}/${subdir}/${asm-arch}.inc ${subdir}/arch.inc
71507b56
MK
205remote_exec build "rm -f ${subdir}/note.inc"
206remote_download host ${srcdir}/${subdir}/${asm-note}.inc ${subdir}/note.inc
16a8534a 207
761ae4d6 208if { [string equal ${asm-flags} ""] } {
575eebb1 209 set asm-flags "-I${srcdir}/${subdir} -I${objdir}/${subdir}"
761ae4d6
JB
210}
211
212if { [string equal ${debug-flags} ""] } {
575eebb1 213 set debug-flags "-gstabs"
78492fde 214}
c906108c 215
c724d49b 216# Allow the target board to override the debug flags.
575eebb1
NC
217if { [board_info $dest exists debug_flags] } then {
218 set debug-flags "[board_info $dest debug_flags]"
219}
220
c724d49b
MC
221# The debug flags are in the format that gcc expects:
222# "-gdwarf-2", "-gstabs+", or "-gstabs". To be compatible with the
223# other languages in the test suite, we accept this input format.
224# So the user can run the test suite with:
225#
226# runtest --target_board unix/gdb:debug_flags=-gdwarf-2
227# make check RUNTESTFLAGS="--target_board unix/gdb:debug_flags=-gdwarf-2"
228#
229# However, the GNU assembler has different spellings than gcc.
230# So I adjust the debug flags here.
231
232# The GNU assembler spells "dwarf-2" as "dwarf2".
233regsub "--" "-gdwarf-2" "${debug-flags}" "-gdwarf2" debug-flags
234
235# The GNU assembler before 2.15 did not support "stabs+".
236regsub "--" "-gstabs\[+\]" "${debug-flags}" "-gstabs" debug-flags
237
238# The GNU assembler does not support level options like "-g2" or "-g3".
239regsub "--" "-g\[0-9\]" "${debug-flags}" "" debug-flags
575eebb1
NC
240
241if {[target_assemble ${srcdir}/${subdir}/${srcfile1} asmsrc1.o "${asm-flags} ${debug-flags}"] != ""} then {
b60f0898
JB
242 untested asm-source.exp
243 return -1
c906108c 244}
575eebb1 245if {[target_assemble ${srcdir}/${subdir}/${srcfile2} asmsrc2.o "${asm-flags} ${debug-flags}"] != ""} then {
b60f0898
JB
246 untested asm-source.exp
247 return -1
c906108c
SS
248}
249
3a4b3aac
MK
250# We deliberately don't use gdb_compile here to link together the
251# assembled object files. Using gdb_compile, and therefore the C
252# compiler, is conceptually wrong, since we're testing raw assembler
253# code here that provides its own startup code. Using target_link
254# also avoids a lot of problems on many systems, most notably on
255# *-*-*bsd* and *-*-solaris2*.
256if {[target_link "asmsrc1.o asmsrc2.o" "${binfile}" ${link-flags}] != "" } then {
b60f0898
JB
257 untested asm-source.exp
258 return -1
c906108c
SS
259}
260
c3d0b56e
SC
261# Restore the target board linker script for HC11/HC12.
262if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"] } {
263 set_board_info ldscript $old_ldscript
264}
265
c906108c
SS
266remote_exec build "mv asmsrc1.o asmsrc2.o ${objdir}/${subdir}"
267
0ce17860
JB
268# Collect some line numbers.
269set line_main [expr [gdb_get_line_number "main start" "asmsrc1.s"] + 1]
270set line_call_foo2 [expr [gdb_get_line_number "call foo2" "asmsrc1.s"] + 1]
271set line_search_comment [expr [gdb_get_line_number "search" "asmsrc1.s"] + 1]
272set line_foo3 [expr [gdb_get_line_number "foo3 start" "asmsrc1.s"] + 1]
273set line_main_exit [expr [gdb_get_line_number "main exit" "asmsrc1.s"] + 1]
274set line_foo2 [expr [gdb_get_line_number "foo2 start" "asmsrc2.s"] + 1]
275set line_call_foo3 [expr [gdb_get_line_number "call foo3" "asmsrc2.s"] + 1]
276set line_call_foo3_again [expr $line_call_foo3 + 1]
277set line_foo2_leave [expr [gdb_get_line_number "foo2 leave" "asmsrc2.s"] + 1]
c906108c
SS
278
279gdb_start
280gdb_reinitialize_dir $srcdir/$subdir
281gdb_load ${binfile}
282
283#
284# Run to `main' where we begin our tests.
285#
286
287if ![runto_main] then {
288 gdb_suppress_tests
289}
290
291# Execute the `f' command and see if the result includes source info.
0ce17860 292gdb_test "f" "asmsrc1\[.\]s:$line_main.*several_nops" "f at main"
c906108c
SS
293
294# See if we properly `next' over a macro with several insns.
0ce17860 295gdb_test "n" "$line_call_foo2\[ \]*.*foo2" "next over macro"
c906108c
SS
296
297# See if we can properly `step' into a subroutine call.
0ce17860 298gdb_test "s" "$line_foo2\[ \]*.*" "step into foo2"
c906108c 299
edb6ede1
MS
300# Test 'info target', and incidentally capture the entry point address.
301set entry_point 0
302send_gdb "info target\n"
303gdb_expect {
304 -re "Symbols from .*asm-source.*Entry point: 0x(\[01232456789abcdefABCDEF\]+).*$gdb_prompt $" {
305 set entry_point $expect_out(1,string)
306 pass "info target"
307 }
308 -re ".*$gdb_prompt $" {
309 fail "info target"
310 }
311 timeout {
312 fail "info target (timeout)"
313 }
314}
315
316# Capture the start symbol (may be '_start' or 'start')
317set entry_symbol ""
318send_gdb "info symbol 0x$entry_point\n"
319gdb_expect {
ecace851
JB
320 -re "info symbol 0x$entry_point\[\r\n\]+(\[^\r\n\]*) in section .*$gdb_prompt $" {
321 # We match the echoed `info symbol' command here, to help us
322 # reliably identify the beginning of the start symbol in the
323 # command's output. You might think we could just use '^' to
324 # start matching at the beginning of the line, but
325 # unfortunately, in Expect, '^' matches the beginning of the
326 # input that hasn't been matched by any expect clause yet. If
327 # every expect clause consumes a complete line, along with its
328 # terminating CR/LF, this is equivalent to the beginning of a
329 # line. But expect clauses that end with `.*' will consume as
330 # much as happened to arrive from the TTY --- exactly where
331 # they leave you depends on inter-process timing. :(
edb6ede1
MS
332 set entry_symbol $expect_out(1,string)
333 pass "info symbol"
334 }
335 -re ".*$gdb_prompt $" {
336 fail "info symbol"
337 }
338 timeout {
339 fail "info symbol (timeout)"
340 }
341}
342
ca9efc90 343# Now try a 'list' from the other source file.
edb6ede1 344gdb_test "list $entry_symbol" ".*gdbasm_startup.*" "list"
ca9efc90
MS
345
346# Now try a source file search
347gdb_test "search A routine for foo2 to call" \
0ce17860 348 "$line_search_comment\[ \t\]+comment \"A routine for foo2 to call.\"" "search"
ca9efc90 349
c906108c 350# See if `f' prints the right source file.
0ce17860 351gdb_test "f" ".*asmsrc2\[.\]s:$line_foo2.*" "f in foo2"
c906108c
SS
352
353# `next' one insn (or macro) to set up our stackframe (for the following bt).
0ce17860 354gdb_test "n" "$line_call_foo3\[ \]*.*foo3" "n in foo2"
c906108c 355
b5703437
MS
356# See if a simple `bt' prints the right source files and
357# doesn't fall off the stack.
358
359gdb_test "bt 10" \
0ce17860 360 "\#0.*foo2.*asmsrc2\[.\]s:$line_call_foo3.*\#1.*main.*asmsrc1\[.\]s:$line_call_foo2" \
b5703437 361 "bt ALL in foo2"
78492fde
AC
362
363# See if a capped `bt' prints the right source files.
0ce17860 364gdb_test "bt 2" "\#0.*foo2.*asmsrc2\[.\]s:$line_call_foo3.*\#1.*main.*asmsrc1\[.\]s:$line_call_foo2.*" "bt 2 in foo2"
c906108c
SS
365
366# Step into another subroutine which lives back in the first source file.
367gdb_test "s" "" "s 2"
368
369# Next over insns to set up the stack frame.
370gdb_test "n" "" "n 2"
371
78492fde 372# Now see if a capped `bt' is correct.
0ce17860 373gdb_test "bt 3" "\#0.*foo3.*asmsrc1\[.\]s:$line_foo3.*\#1.*foo2.*asmsrc2\[.\]s:$line_call_foo3.*\#2.*main.*asmsrc1\[.\]s:$line_call_foo2.*" "bt 3 in foo3"
ca9efc90
MS
374
375# Try 'info source' from asmsrc1.s
376gdb_test "info source" \
377 "Current source file is .*asmsrc1.s.*Source language is asm.*" \
378 "info source asmsrc1.s"
379
380# Try 'finishing' from foo3
0ce17860 381gdb_test "finish" "Run till exit from.*\[\r\n\]$line_call_foo3_again\[ \t\]+gdbasm_call foo3" \
ca9efc90
MS
382 "finish from foo3"
383
384# Try 'info source' from asmsrc2.s
385gdb_test "info source" \
386 "Current source file is .*asmsrc2.s.*Source language is asm.*" \
387 "info source asmsrc2.s"
388
27924826
JB
389# Try 'info sources'. This can produce a lot of output on systems
390# with dynamic linking, where the system's shared libc was compiled
391# with debugging info; for example, on Linux, this produces 47kb of
392# output. So we consume it as we go.
393send_gdb "info sources\n"
394set seen_asmsrc_1 0
395set seen_asmsrc_2 0
396gdb_expect {
397 -re "^\[^,\]*asmsrc1.s(, |\[\r\n\]+)" {
398 set seen_asmsrc_1 1
399 exp_continue
400 }
401 -re "^\[^,\]*asmsrc2.s(, |\[\r\n\]+)" {
402 set seen_asmsrc_2 1
403 exp_continue
404 }
405 -re ", " {
406 exp_continue
407 }
408 -re "$gdb_prompt $" {
409 if {$seen_asmsrc_1 && $seen_asmsrc_2} {
410 pass "info sources"
411 } else {
412 fail "info sources"
413 }
414 }
415 timeout {
416 fail "info sources (timeout)"
417 }
418}
419
ca9efc90
MS
420
421# Try 'info line'
422gdb_test "info line" \
0ce17860 423 "Line $line_call_foo3_again of.*asmsrc2.s.*starts at.*<foo2+.*> and ends at.*<foo2+.*>." \
ca9efc90
MS
424 "info line"
425
426# Try 'nexting' over next call to foo3
0ce17860 427gdb_test "next" "$line_foo2_leave\[ \t\]+gdbasm_leave" "next over foo3"
ca9efc90
MS
428
429# Try 'return' from foo2
0ce17860 430gdb_test "return" "\#0 main .*$line_main_exit\[ \t\]+gdbasm_exit0" "return from foo2" \
8b1d7e37 431 "Make (foo2|selected stack frame) return now\?.*" "y"
ca9efc90 432
2b6fd0d8
AC
433# Disassemble something, check the output
434proc test_dis { command var } {
435 global gdb_prompt
436 send_gdb "${command}\n"
437 gdb_expect {
572eb746 438 -re "${var}.*:.*(Cannot access|Bad address)" {
2b6fd0d8
AC
439 # The "disassembler" was only accessing the local
440 # executable and that would cause attempts to disassemble
441 # variables to fail (memory not valid).
442 fail "${command} (memory read error)"
443 }
444 -re "${var}.*:.*${gdb_prompt}" {
445 pass "${command}"
446 }
447 timeout {
448 fail "${command} (timeout)"
449 }
450 }
451}
452
453# See if we can look at a global variable, three ways
ca9efc90 454gdb_test "print globalvar" ".* = 11" "look at global variable"
2c161407 455test_dis "x/i &globalvar" "globalvar"
2b6fd0d8 456test_dis "disassem &globalvar &globalvar+1" "globalvar"
ca9efc90 457
2b6fd0d8 458# See if we can look at a static variable, three ways
ca9efc90 459gdb_test "print staticvar" ".* = 5" "look at static variable"
2b6fd0d8
AC
460test_dis "x/i &staticvar" "staticvar"
461test_dis "disassem &staticvar &staticvar+1" "staticvar"
ca9efc90
MS
462
463# See if we can look at a static function
83c31e7d 464gdb_test "disassem foostatic" ".*<foostatic\\+0>:.*End of assembler dump." \
ca9efc90
MS
465 "look at static function"
466
a73a20a2 467remote_exec build "rm -f ${subdir}/arch.inc"
71507b56 468remote_exec build "rm -f ${subdir}/note.inc"