comparison .gdbinit @ 467:32737bad7489

fix list/tag interference
author kono
date Sat, 30 Jul 2005 16:01:45 +0900
parents 1e5ca85d3f97
children 79fef53141b4
comparison
equal deleted inserted replaced
466:7c3d8237b625 467:32737bad7489
1 tb main
2 # run -s test/inline.c
3 # run -s mc-parse.c
4 # run -s mc-codegen.c
5 # run -s nkf203/nkf.c
6 # run -s -ob01.s mc-switch.c
7 # run -s l.c
8 # run -s test/const.c
9 # run -s test/basic.c
10 # run -s test/code-gen-all.c
11 # run -s test/tmp7.c
12 run -s test/inline.c
13 define regs 1 define regs
14 printf "pc =%08x lr =%08x r0 =%08x r1 =%08x r3= %08x r4= %08x\n",$pc,$lr,$r0,$r1,$r3,$r4 2 printf "pc =%08x lr =%08x r0 =%08x r1 =%08x r3= %08x r4= %08x\n",$pc,$lr,$r0,$r1,$r3,$r4
15 printf "r10=%08x r11=%08x r12=%08x r13=%08x r14=%08x r15=%08x\n",$r10,$r11,$r12,$r13,$r14,$r15 3 printf "r10=%08x r11=%08x r12=%08x r13=%08x r14=%08x r15=%08x\n",$r10,$r11,$r12,$r13,$r14,$r15
16 end 4 end
17 define fregs 5 define fregs
40 nexti 28 nexti
41 regs 29 regs
42 x/1i $pc 30 x/1i $pc
43 end 31 end
44 b errmsg 32 b errmsg
33 tb main
34 # run -s test/inline.c
35 run -s mc-parse.c
36 # run -s mc-codegen.c
37 # run -s nkf203/nkf.c
38 # run -s -ob01.s mc-switch.c
39 # run -s l.c
40 # run -s test/const.c
41 # run -s test/basic.c
42 # run -s test/code-gen-all.c
43 # run -s test/tmp7.c
44 # run -s test/inline.c