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

47 lines
650 B
Text

NAME=dbg.dc.loop.swstep
FILE=bins/elf/analysis/x64-loop
ARGS=-d
CMDS=<<EOF
e scr.color=0
e dbg.swstep=true
db @ sym.called_in_loop
dc ; dr PC
dc ; dr PC
dc ; dr PC
ds ; dr PC
ds ; dr PC
ds ; dr PC
EOF
EXPECT=<<EOF
rip = 0x004004ed
rip = 0x004004ed
rip = 0x004004ed
rip = 0x004004ee
rip = 0x004004f1
rip = 0x004004f7
EOF
RUN
NAME=dbg.dc.loop.hwstep
FILE=bins/elf/analysis/x64-loop
ARGS=-d
CMDS=<<EOF
e scr.color=0
e dbg.swstep=false
db @ sym.called_in_loop
dc ; dr PC
dc ; dr PC
dc ; dr PC
ds ; dr PC
ds ; dr PC
ds ; dr PC
EOF
EXPECT=<<EOF
rip = 0x004004ed
rip = 0x004004ed
rip = 0x004004ed
rip = 0x004004ee
rip = 0x004004f1
rip = 0x004004f7
EOF
RUN