annotate .gdbinit @ 775:a2a7b2835fa3

ia32 regression test
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 18 Nov 2010 21:25:30 +0900
parents 9f663c87b8eb
children be917edcb671
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
666
7c42cf329666 *** empty log message ***
kono
parents: 663
diff changeset
1 tb main
32
b35787d8a442 macro initialization
kono
parents: 30
diff changeset
2 define regs
752
a38f18a08b30 i64 continue... struct
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 748
diff changeset
3 call (void)printf("rax=%08lx rbx=%08lx rcx=%08lx rdx=%08lx\nrsi=%08lx rdi=%08lx rbp=%08lx rsp=%08lx rip=%08lx\n",$rax,$rbx,$rcx,$rdx,$rsi,$rdi,$rbp,$rsp,$rip)
116
b14ff9671c90 register offset fix
kono
parents: 111
diff changeset
4 end
32
b35787d8a442 macro initialization
kono
parents: 30
diff changeset
5 define si
b35787d8a442 macro initialization
kono
parents: 30
diff changeset
6 stepi
b35787d8a442 macro initialization
kono
parents: 30
diff changeset
7 regs
752
a38f18a08b30 i64 continue... struct
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 748
diff changeset
8 x/1i $rip
32
b35787d8a442 macro initialization
kono
parents: 30
diff changeset
9 end
b35787d8a442 macro initialization
kono
parents: 30
diff changeset
10 define ni
b35787d8a442 macro initialization
kono
parents: 30
diff changeset
11 nexti
51
c2ef3a2fbe88 *** empty log message ***
kono
parents: 49
diff changeset
12 regs
752
a38f18a08b30 i64 continue... struct
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 748
diff changeset
13 x/1i $rip
32
b35787d8a442 macro initialization
kono
parents: 30
diff changeset
14 end
39
c63c4fdeb9a7 struct done.
kono
parents: 38
diff changeset
15 b errmsg
772
37e27e0c77d0 code-gen-all test passed.
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 770
diff changeset
16 # r -s test/tmp7.c
775
a2a7b2835fa3 ia32 regression test
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 774
diff changeset
17 # r -s -DINLINE=inline test/tmp7.c
770
b674d8421430 i64 inline ( indirect call )
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 768
diff changeset
18 # r -s test/int.c
688
10c8eaf0f73b scope fix done.
kono
parents: 685
diff changeset
19 # r -s test/tmp6.c
692
6785c63f0558 decl_data static incomplete
kono
parents: 688
diff changeset
20 # r -s test/call.c
703
874adc2528f9 strinit fix on parse mode (half done)
kono
parents: 701
diff changeset
21 # r -s test/static.c
874adc2528f9 strinit fix on parse mode (half done)
kono
parents: 701
diff changeset
22 # r -s test/tmpa.c
774
9f663c87b8eb sassign fix for emit_copy single register copy offset (should fix emit_copy?)
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 772
diff changeset
23 # r -s test/code-gen-all.c
666
7c42cf329666 *** empty log message ***
kono
parents: 663
diff changeset
24 # r -s mc-code-powerpc.c
741
ebf5ae3f3863 i64 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 721
diff changeset
25 # r -s test/macro.c
767
c14a1426cfed i64 strop/simp1/alloca
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 761
diff changeset
26 # r -s test/basic.c
c14a1426cfed i64 strop/simp1/alloca
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 761
diff changeset
27 # r -s test/float.c
721
76761a18703b Recursive macro
kono
parents: 703
diff changeset
28 # r -s test/strinit.c
697
e31cba38f7fc *** empty log message ***
kono
parents: 696
diff changeset
29 # r -s test/arg.c
770
b674d8421430 i64 inline ( indirect call )
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 768
diff changeset
30 # r -s test/putenemy.c
775
a2a7b2835fa3 ia32 regression test
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 774
diff changeset
31 r -s -DINLINE=inline test/code-gen-all.c
684
6e2f1e7f9fc3 *** empty log message ***
kono
parents: 682
diff changeset
32 # r -s -DINLINE=inline test/strinit.c
685
3e3cf02297e4 before intel function call order fix
kono
parents: 684
diff changeset
33 # r -s test/fact-a.c