Mercurial > hg > CbC > old > device
annotate .gdbinit @ 771:5e07b9804aea
dpreinc, dpostinc
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 18 Nov 2010 12:08:55 +0900 |
parents | b674d8421430 |
children | 37e27e0c77d0 |
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 |
770
b674d8421430
i64 inline ( indirect call )
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
768
diff
changeset
|
16 r -s test/tmp7.c |
b674d8421430
i64 inline ( indirect call )
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
768
diff
changeset
|
17 # r -s test/int.c |
688 | 18 # r -s test/tmp6.c |
692 | 19 # r -s test/call.c |
703 | 20 # r -s test/static.c |
21 # r -s test/tmpa.c | |
761 | 22 # r -s test/code-gen-all.c |
666 | 23 # r -s mc-code-powerpc.c |
741 | 24 # r -s test/macro.c |
767
c14a1426cfed
i64 strop/simp1/alloca
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
761
diff
changeset
|
25 # r -s test/basic.c |
c14a1426cfed
i64 strop/simp1/alloca
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
761
diff
changeset
|
26 # r -s test/float.c |
721 | 27 # r -s test/strinit.c |
697 | 28 # r -s test/arg.c |
770
b674d8421430
i64 inline ( indirect call )
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
768
diff
changeset
|
29 # r -s test/putenemy.c |
b674d8421430
i64 inline ( indirect call )
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
768
diff
changeset
|
30 # r -s -DINLINE=inline test/code-gen-all.c |
684 | 31 # r -s -DINLINE=inline test/strinit.c |
685 | 32 # r -s test/fact-a.c |