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