* core/cmd: Adjust math commands * shell: make `?x` commands a parsing failure We have moved the `?x` commands to `%x`, thus now no command should start with `?`. This patch makes the parser fail to parse `?x` strings. * core/tui: use APIs in panels * There's no `%q` anymore, use `%=`
17 lines
153 B
Text
17 lines
153 B
Text
NAME=dbg.dcu
|
|
FILE=/bin/test
|
|
ARGS=-d
|
|
BROKEN=1
|
|
CMDS=<<EOF
|
|
%v $$
|
|
dcu entry0
|
|
ieq
|
|
sr PC
|
|
%v $$
|
|
EOF
|
|
EXPECT=<<EOF
|
|
0x7fff5fc01000
|
|
0x10000134c
|
|
0x10000134c
|
|
EOF
|
|
RUN
|