Mercurial > hg > CbC > old > device
diff .gdbinit @ 453:1e5ca85d3f97
inline on going...
author | kono |
---|---|
date | Tue, 30 Nov 2004 02:20:42 +0900 |
parents | eaf9e2746c83 |
children | 32737bad7489 |
line wrap: on
line diff
--- a/.gdbinit Mon Nov 29 04:15:38 2004 +0900 +++ b/.gdbinit Tue Nov 30 02:20:42 2004 +0900 @@ -9,7 +9,7 @@ # run -s test/basic.c # run -s test/code-gen-all.c # run -s test/tmp7.c -run -s test/tmp1.c +run -s test/inline.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