diff .gdbinit @ 406:8528af42e7f7

switch fix.
author kono
date Mon, 18 Oct 2004 00:17:09 +0900
parents 95956779df2e
children b4375f895fd5
line wrap: on
line diff
--- a/.gdbinit	Sun Oct 17 22:33:19 2004 +0900
+++ b/.gdbinit	Mon Oct 18 00:17:09 2004 +0900
@@ -1,13 +1,13 @@
 tb main
 # run  -s test/arg.c
-# run  -s mc-parse.c
+run  -s mc-parse.c
 # run  -s mc-codegen.c
 # run  -s nkf203/nkf.c
 # run  -s -ob01.s mc-switch.c
 # run  -s l.c
 # run  -s test/const.c
 # run  -s test/basic.c
-run -s test/code-gen-all.c
+# run -s test/code-gen-all.c
 define regs 
 printf "pc =%08x lr =%08x r0 =%08x r1 =%08x r3= %08x r4= %08x\n",$pc,$lr,$r0,$r1,$r3,$r4
 printf "r10=%08x r11=%08x r12=%08x r13=%08x r14=%08x r15=%08x\n",$r10,$r11,$r12,$r13,$r14,$r15