4 comment
"WARNING: asm-source.exp checks for line numbers printed by gdb."
5 comment
"Be careful about changing this file without also changing"
6 comment
"asm-source.exp."
9 comment
"This file is not linked with crt0."
10 comment
"Provide very simplistic equivalent."
19 comment
"Displaced stepping requires scratch space at _start"
20 comment
"at least as large as the largest instruction. No"
21 comment
"breakpoints should be set within the scratch space."
31 comment
"main routine for assembly source debugging test"
32 comment
"This particular testcase uses macros in <arch>.inc to achieve"
33 comment
"machine independence."
37 comment
"mark: main enter"
40 comment
"Call a macro that consists of several lines of assembler code."
42 comment
"mark: main start"
45 comment
"Call a subroutine in another file."
47 comment
"mark: call foo2"
52 comment
"mark: main exit"
56 comment
"mark: search"
57 comment
"A routine for foo2 to call."
62 comment
"mark: foo3 start"
71 comment
"A static function"
73 gdbasm_declare foostatic
78 comment
"A global variable"
81 gdbasm_datavar globalvar
11
83 comment
"A static variable"
85 gdbasm_datavar staticvar
5