Mercurial > hg > CbC > old > device
diff .gdbinit @ 269:d9f4026de4e3
MIPS continue...
author | kono |
---|---|
date | Wed, 19 May 2004 09:56:53 +0900 |
parents | 3a368fc37559 |
children | 8f09f8bbc494 |
line wrap: on
line diff
--- a/.gdbinit Tue May 18 14:20:46 2004 +0900 +++ b/.gdbinit Wed May 19 09:56:53 2004 +0900 @@ -1,7 +1,7 @@ tb main -run -s -ob00.s test/basic.c +# run -s test/basic.c # run -s -ob00.s mc-parse.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