repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gdb6
/
gdb
/
testsuite
/
gdb.asm
/
asmsrc2.s
blob
fbe7c696861a056ac71e3619ff8a181ad1a479d8
1
.include
"common.inc"
2
.include
"arch.inc"
3
4
comment
"Second file in assembly source debugging testcase."
5
6
.global foo2
7
gdbasm_declare foo2
8
gdbasm_enter
9
10
comment
"Call someplace else (several times)."
11
12
gdbasm_call foo3
13
gdbasm_call foo3
14
15
comment
"All done, return."
16
17
gdbasm_leave
18
gdbasm_end foo2