Mercurial > hg > CbC > old > device
annotate .gdbinit @ 769:74701505c42d
i64 switch
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 18 Nov 2010 01:47:03 +0900 |
parents | ec9fdbb27351 |
children | b674d8421430 |
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 |
768 | 16 # r -s test/tmp7.c |
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 |
684 | 29 # r -s -DINLINE=inline test/strinit.c |
685 | 30 # r -s test/fact-a.c |