Mercurial > hg > CbC > old > device
annotate .gdbinit @ 791:75e30aea08cd
stdargs
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 22 Nov 2010 13:34:27 +0900 |
parents | 9b1558a9151b |
children | 6b93d95a1564 |
rev | line source |
---|---|
666 | 1 tb main |
32 | 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 | 4 end |
32 | 5 define si |
6 stepi | |
7 regs | |
752
a38f18a08b30
i64 continue... struct
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
748
diff
changeset
|
8 x/1i $rip |
32 | 9 end |
10 define ni | |
11 nexti | |
51 | 12 regs |
752
a38f18a08b30
i64 continue... struct
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
748
diff
changeset
|
13 x/1i $rip |
32 | 14 end |
39 | 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 | 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 | 19 # r -s test/tmp6.c |
692 | 20 # r -s test/call.c |
703 | 21 # r -s test/static.c |
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 | 24 # r -s mc-code-powerpc.c |
741 | 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 |
789 | 28 # r -s test/strinit.c |
791 | 29 # r -s test/bitfield.c |
30 r -s test/tstdarg.c | |
784 | 31 # r -s test/arg.c |
786
3ebbec5a72dc
i64 strinit inlined struct init does not zero fill
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
784
diff
changeset
|
32 # r -s test/obsf2.c |
770
b674d8421430
i64 inline ( indirect call )
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
768
diff
changeset
|
33 # r -s test/putenemy.c |
777
be917edcb671
i64 continue... minor fix code segment test start
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
775
diff
changeset
|
34 # r -s -DINLINE=inline test/code-gen-all.c |
684 | 35 # r -s -DINLINE=inline test/strinit.c |
685 | 36 # r -s test/fact-a.c |