annotate .gdbinit.i64 @ 804:aec31f182f9f

PS3 PPU register
author kono@localhost.localdomain
date Tue, 23 Nov 2010 22:06:44 +0900
parents c9d4390b2b4e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
744
c9d4390b2b4e i64 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 tb main
c9d4390b2b4e i64 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 define regs
804
aec31f182f9f PS3 PPU register
kono@localhost.localdomain
parents: 744
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)
744
c9d4390b2b4e i64 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 end
c9d4390b2b4e i64 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 define si
c9d4390b2b4e i64 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
6 stepi
c9d4390b2b4e i64 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 regs
804
aec31f182f9f PS3 PPU register
kono@localhost.localdomain
parents: 744
diff changeset
8 x/1i $rip
744
c9d4390b2b4e i64 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
9 end
c9d4390b2b4e i64 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
10 define ni
c9d4390b2b4e i64 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
11 nexti
c9d4390b2b4e i64 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
12 regs
804
aec31f182f9f PS3 PPU register
kono@localhost.localdomain
parents: 744
diff changeset
13 x/1i $rip
744
c9d4390b2b4e i64 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
14 end
c9d4390b2b4e i64 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
15 b errmsg
c9d4390b2b4e i64 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
16 # r -s test/tmp7.c
804
aec31f182f9f PS3 PPU register
kono@localhost.localdomain
parents: 744
diff changeset
17 # r -s -DINLINE=inline test/tmp7.c
aec31f182f9f PS3 PPU register
kono@localhost.localdomain
parents: 744
diff changeset
18 # r -s test/int.c
744
c9d4390b2b4e i64 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
19 # r -s test/tmp6.c
c9d4390b2b4e i64 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
20 # r -s test/call.c
c9d4390b2b4e i64 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
21 # r -s test/static.c
c9d4390b2b4e i64 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
22 # r -s test/tmpa.c
804
aec31f182f9f PS3 PPU register
kono@localhost.localdomain
parents: 744
diff changeset
23 # r -s test/code-gen-all.c
744
c9d4390b2b4e i64 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
24 # r -s mc-code-powerpc.c
c9d4390b2b4e i64 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
25 # r -s test/macro.c
c9d4390b2b4e i64 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
26 # r -s test/basic.c
804
aec31f182f9f PS3 PPU register
kono@localhost.localdomain
parents: 744
diff changeset
27 # r -s test/float.c
744
c9d4390b2b4e i64 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
28 # r -s test/strinit.c
804
aec31f182f9f PS3 PPU register
kono@localhost.localdomain
parents: 744
diff changeset
29 # r -s test/bitfield.c
aec31f182f9f PS3 PPU register
kono@localhost.localdomain
parents: 744
diff changeset
30 # r -s test/tstdarg.c
aec31f182f9f PS3 PPU register
kono@localhost.localdomain
parents: 744
diff changeset
31 r -s test/ps2.c
744
c9d4390b2b4e i64 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
32 # r -s test/arg.c
804
aec31f182f9f PS3 PPU register
kono@localhost.localdomain
parents: 744
diff changeset
33 # r -s test/obsf2.c
aec31f182f9f PS3 PPU register
kono@localhost.localdomain
parents: 744
diff changeset
34 # r -s test/putenemy.c
aec31f182f9f PS3 PPU register
kono@localhost.localdomain
parents: 744
diff changeset
35 # r -s -DINLINE=inline test/code-gen-all.c
744
c9d4390b2b4e i64 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
36 # r -s -DINLINE=inline test/strinit.c
c9d4390b2b4e i64 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
37 # r -s test/fact-a.c