NAME='dbg.dcu+step'
FILE=../bins/elf/analysis/elf-nx
ARGS=-d
CMDS=<<EOF
e scr.color=0
dcu entry0
dr PC
ds
dr PC
dk 9
EOF
EXPECT=<<EOF
0x080482d0
0x080482d2
EOF
RUN

NAME='dbg.dcu+step'
FILE=../bins/elf/analysis/elf-nx
ARGS=-d
CMDS=<<EOF
e scr.color=0
dcu entry0
dr PC
3ds
dr PC
dk 9
EOF
EXPECT=<<EOF
0x080482d0
0x080482d5
EOF
RUN
