Mercurial > hg > CbC > old > device
comparison .gdbinit @ 207:8a3516f6eb66
*** empty log message ***
author | kono |
---|---|
date | Wed, 21 Apr 2004 14:26:47 +0900 |
parents | a50f90d0b63a |
children | 70b1da1864f6 |
comparison
equal
deleted
inserted
replaced
206:4170cefb48f6 | 207:8a3516f6eb66 |
---|---|
1 tb main | 1 tb main |
2 # run -s -ob00.s mc-parse.c | 2 run -s -ob00.s mc-parse.c |
3 run -s -Itest/ test/code-gen-all.c | 3 # run -s -Itest/ test/code-gen-all.c |
4 define regs | 4 define regs |
5 printf "pc =%08x lr =%08x r0 =%08x r1 =%08x r3= %08x r4= %08x\n",$pc,$lr,$r0,$r1,$r3,$r4 | 5 printf "pc =%08x lr =%08x r0 =%08x r1 =%08x r3= %08x r4= %08x\n",$pc,$lr,$r0,$r1,$r3,$r4 |
6 printf "r10=%08x r11=%08x r12=%08x r13=%08x r14=%08x r15=%08x\n",$r10,$r11,$r12,$r13,$r14,$r15 | 6 printf "r10=%08x r11=%08x r12=%08x r13=%08x r14=%08x r15=%08x\n",$r10,$r11,$r12,$r13,$r14,$r15 |
7 end | 7 end |
8 define fregs | 8 define fregs |