Mercurial > hg > CbC > old > device
annotate .gdbinit @ 755:d7393378b352
minor fix
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 15 Nov 2010 12:17:59 +0900 |
parents | a38f18a08b30 |
children | 684dcbd0e170 |
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 |
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 | |
748
c2c709727221
i64 continue... basic.s assembled.
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
746
diff
changeset
|
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 |