Mercurial > hg > CbC > old > device
comparison .gdbinit @ 406:8528af42e7f7
switch fix.
author | kono |
---|---|
date | Mon, 18 Oct 2004 00:17:09 +0900 |
parents | 95956779df2e |
children | b4375f895fd5 |
comparison
equal
deleted
inserted
replaced
405:5b76a2bc1177 | 406:8528af42e7f7 |
---|---|
1 tb main | 1 tb main |
2 # run -s test/arg.c | 2 # run -s test/arg.c |
3 # run -s mc-parse.c | 3 run -s mc-parse.c |
4 # run -s mc-codegen.c | 4 # run -s mc-codegen.c |
5 # run -s nkf203/nkf.c | 5 # run -s nkf203/nkf.c |
6 # run -s -ob01.s mc-switch.c | 6 # run -s -ob01.s mc-switch.c |
7 # run -s l.c | 7 # run -s l.c |
8 # run -s test/const.c | 8 # run -s test/const.c |
9 # run -s test/basic.c | 9 # run -s test/basic.c |
10 run -s test/code-gen-all.c | 10 # run -s test/code-gen-all.c |
11 define regs | 11 define regs |
12 printf "pc =%08x lr =%08x r0 =%08x r1 =%08x r3= %08x r4= %08x\n",$pc,$lr,$r0,$r1,$r3,$r4 | 12 printf "pc =%08x lr =%08x r0 =%08x r1 =%08x r3= %08x r4= %08x\n",$pc,$lr,$r0,$r1,$r3,$r4 |
13 printf "r10=%08x r11=%08x r12=%08x r13=%08x r14=%08x r15=%08x\n",$r10,$r11,$r12,$r13,$r14,$r15 | 13 printf "r10=%08x r11=%08x r12=%08x r13=%08x r14=%08x r15=%08x\n",$r10,$r11,$r12,$r13,$r14,$r15 |
14 end | 14 end |
15 define fregs | 15 define fregs |