Mercurial > hg > CbC > old > device
comparison .gdbinit @ 316:22d92986c7f7
asm, valued statement, local decls continue...
author | kono |
---|---|
date | Wed, 16 Jun 2004 13:15:01 +0900 |
parents | 38c9976863b7 |
children | 80beb03e5b73 |
comparison
equal
deleted
inserted
replaced
315:84df3dd8cc3d | 316:22d92986c7f7 |
---|---|
1 tb main | 1 tb main |
2 # run -s test/arg.c | 2 # run -s test/arg.c |
3 # run -s -ob00.s mc-parse.c | 3 # run -s -ob00.s mc-parse.c |
4 run -s test/macro.c | 4 run -s asm-powerpc.c |
5 # run -s test/code-gen-all.c | 5 # run -s test/code-gen-all.c |
6 define regs | 6 define regs |
7 printf "pc =%08x lr =%08x r0 =%08x r1 =%08x r3= %08x r4= %08x\n",$pc,$lr,$r0,$r1,$r3,$r4 | 7 printf "pc =%08x lr =%08x r0 =%08x r1 =%08x r3= %08x r4= %08x\n",$pc,$lr,$r0,$r1,$r3,$r4 |
8 printf "r10=%08x r11=%08x r12=%08x r13=%08x r14=%08x r15=%08x\n",$r10,$r11,$r12,$r13,$r14,$r15 | 8 printf "r10=%08x r11=%08x r12=%08x r13=%08x r14=%08x r15=%08x\n",$r10,$r11,$r12,$r13,$r14,$r15 |
9 end | 9 end |