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

16 lines
187 B
Text
Executable file

NAME=dbg.cmdbps
FILE=/bin/ls
ARGS=-d
BROKEN=1
CMDS=<<EOF
e scr.color=0
db @ entry0
e cmd.bp="?e cmd.bp ran"
dbc "?e bpcmd ran" @ `db~[0]`
dc
EOF
EXPECT=<<EOF
cmd.bp ran
bpcmd ran
EOF
RUN