666
|
1 tb main
|
32
|
2 define regs
|
744
|
3 call (void)printf("eax=%08lx ebx=%08lx ecx=%08lx edx=%08lx\nesi=%08lx edi=%08lx ebp=%08lx esp=%08lx eip=%08lx\n",$eax,$ebx,$ecx,$edx,$esi,$edi,$ebp,$esp,$eip)
|
116
|
4 end
|
32
|
5 define si
|
|
6 stepi
|
|
7 regs
|
666
|
8 x/1i $eip
|
32
|
9 end
|
|
10 define ni
|
|
11 nexti
|
51
|
12 regs
|
666
|
13 x/1i $eip
|
32
|
14 end
|
39
|
15 b errmsg
|
694
|
16 # r -s test/tmp7.c
|
688
|
17 # r -s test/tmp6.c
|
692
|
18 # r -s test/call.c
|
703
|
19 # r -s test/static.c
|
|
20 # r -s test/tmpa.c
|
744
|
21 r -s test/code-gen-all.c
|
666
|
22 # r -s mc-code-powerpc.c
|
741
|
23 # r -s test/macro.c
|
744
|
24 # r -s test/basic.c
|
721
|
25 # r -s test/strinit.c
|
697
|
26 # r -s test/arg.c
|
684
|
27 # r -s -DINLINE=inline test/strinit.c
|
685
|
28 # r -s test/fact-a.c
|