diff .gdbinit @ 253:7b2762739df6

*** empty log message ***
author kono
date Wed, 12 May 2004 19:48:42 +0900
parents 1452eb0eab20
children 8cd8d72286ae
line wrap: on
line diff
--- a/.gdbinit	Wed May 12 19:13:19 2004 +0900
+++ b/.gdbinit	Wed May 12 19:48:42 2004 +0900
@@ -1,6 +1,6 @@
 tb main
-# run  -s -ob00.s test/int.c
-run  -s -ob00.s mc-parse.c
+run  -s -ob00.s test/basic.c
+# run  -s -ob00.s mc-parse.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