rizin/test/db/archos/linux-x64/dbg_cont
Khairul Azhar Kasmiran 4cdad14ccd
Remove dk 9 from debug tests (#3070)
* Add `dk 9` test
2022-10-08 16:44:22 +08:00

31 lines
334 B
Text

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
EOF
EXPECT=<<EOF
eip = 0x080482d0
eip = 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
EOF
EXPECT=<<EOF
eip = 0x080482d0
eip = 0x080482d5
EOF
RUN