* Split core/cmd.c into disasm.c and core/visual.c into vmenus.c * Fix some warnings reported by valgrind * Chop instructions disassembled by udis86 * Fix visual prompt display in debugger mode * Added 'pdi' and 'pdf' commands - Used to print just instructions or lengths - Documented via 'pd?' * Added initial work on a test suite for r2 - Spot a crash!
9 lines
90 B
Text
Executable file
9 lines
90 B
Text
Executable file
DEBUG=no
|
|
FILE=malloc://1024
|
|
ARGS=""
|
|
CMDS="
|
|
wx 010203
|
|
p8 3
|
|
"
|
|
EXPECT="010203"
|
|
. ../tests.sh
|