1set pagination off 2#symbol-file build/zephyr/zephyr.elf 3target remote :5678 4b test 5b main.c:33 6c 7 8s 9set var a = 2 10c 11if ret == 6 12 printf "PASSED\n" 13 quit 0 14else 15 printf "FAILED\n" 16 quit 1 17end 18