16 lines
165 B
Text
Executable file
16 lines
165 B
Text
Executable file
NAME=dbg.dc+ds.swstep
|
|
FILE=bins/arm/elf/hello_world
|
|
ARGS=-d
|
|
CMDS=<<EOF
|
|
e scr.color=0
|
|
e scr.null=true
|
|
s entry0
|
|
s +8
|
|
db $$
|
|
dc
|
|
dc
|
|
EOF
|
|
EXPECT=<<EOF
|
|
Hello world!
|
|
EOF
|
|
RUN
|