si [N]
1 | { "si", "Step in", cmd_si} |
1 | static int cmd_si(char *args){ |
info
1 | { "info", "Get information of regs or watchpoints", cmd_info} |
1 | static int cmd_info(char *args){ |
x [N] [EXPR]
1 | { "x", "Scan the memory", cmd_x} |
规定 EXPR 只能是十六进制数
1 | static int cmd_x(char *args){ |
EXPR 正则表达式
1 |