diff .gdbinit @ 359:7ab4434ad869

macro scope
author kono
date Mon, 05 Jul 2004 10:42:25 +0900
parents 6818bd03767d
children f3f2b7906d50
line wrap: on
line diff
--- a/.gdbinit	Sun Jul 04 22:20:44 2004 +0900
+++ b/.gdbinit	Mon Jul 05 10:42:25 2004 +0900
@@ -1,10 +1,10 @@
 tb main
 # run  -s test/arg.c
-run  -s -ob00.s mc-parse.c
+# run  -s -ob00.s mc-parse.c
 # run  -s nkf203/nkf.c
 # run  -s -ob01.s mc-switch.c
 # run  -s l.c
-# run  -s test/simp0.c
+run  -s test/macro.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