diff .gdbinit @ 402:cda558feec30

ARM continue..
author kono
date Sun, 17 Oct 2004 00:04:48 +0900
parents bf583e04936f
children 562d76edddee
line wrap: on
line diff
--- a/.gdbinit	Sat Oct 16 20:45:54 2004 +0900
+++ b/.gdbinit	Sun Oct 17 00:04:48 2004 +0900
@@ -6,8 +6,8 @@
 # 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/basic.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