annotate .gdbinit @ 741:ebf5ae3f3863

i64 continue...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 09 Nov 2010 17:56:33 +0900
parents 76761a18703b
children c9d4390b2b4e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
666
7c42cf329666 *** empty log message ***
kono
parents: 663
diff changeset
1 tb main
32
b35787d8a442 macro initialization
kono
parents: 30
diff changeset
2 define regs
666
7c42cf329666 *** empty log message ***
kono
parents: 663
diff changeset
3 call (void)printf("eax=%08x ebx=%08x ecx=%08x edx=%08x\nesi=%08x edi=%08x ebp=%08x esp=%08x eip=%08x\n",$eax,$ebx,$ecx,$edx,$esi,$edi,$ebp,$esp,$eip)
116
b14ff9671c90 register offset fix
kono
parents: 111
diff changeset
4 end
32
b35787d8a442 macro initialization
kono
parents: 30
diff changeset
5 define si
b35787d8a442 macro initialization
kono
parents: 30
diff changeset
6 stepi
b35787d8a442 macro initialization
kono
parents: 30
diff changeset
7 regs
666
7c42cf329666 *** empty log message ***
kono
parents: 663
diff changeset
8 x/1i $eip
32
b35787d8a442 macro initialization
kono
parents: 30
diff changeset
9 end
b35787d8a442 macro initialization
kono
parents: 30
diff changeset
10 define ni
b35787d8a442 macro initialization
kono
parents: 30
diff changeset
11 nexti
51
c2ef3a2fbe88 *** empty log message ***
kono
parents: 49
diff changeset
12 regs
666
7c42cf329666 *** empty log message ***
kono
parents: 663
diff changeset
13 x/1i $eip
32
b35787d8a442 macro initialization
kono
parents: 30
diff changeset
14 end
39
c63c4fdeb9a7 struct done.
kono
parents: 38
diff changeset
15 b errmsg
694
edc024fc7472 *** empty log message ***
kono
parents: 693
diff changeset
16 # r -s test/tmp7.c
688
10c8eaf0f73b scope fix done.
kono
parents: 685
diff changeset
17 # r -s test/tmp6.c
692
6785c63f0558 decl_data static incomplete
kono
parents: 688
diff changeset
18 # r -s test/call.c
703
874adc2528f9 strinit fix on parse mode (half done)
kono
parents: 701
diff changeset
19 # r -s test/static.c
874adc2528f9 strinit fix on parse mode (half done)
kono
parents: 701
diff changeset
20 # r -s test/tmpa.c
701
bf4fd39737e9 fix static in parse mode
kono
parents: 700
diff changeset
21 # r -s test/code-gen-all.c
666
7c42cf329666 *** empty log message ***
kono
parents: 663
diff changeset
22 # r -s mc-code-powerpc.c
741
ebf5ae3f3863 i64 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 721
diff changeset
23 # r -s test/macro.c
ebf5ae3f3863 i64 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 721
diff changeset
24 r -s test/basic.c
721
76761a18703b Recursive macro
kono
parents: 703
diff changeset
25 # r -s test/strinit.c
697
e31cba38f7fc *** empty log message ***
kono
parents: 696
diff changeset
26 # r -s test/arg.c
684
6e2f1e7f9fc3 *** empty log message ***
kono
parents: 682
diff changeset
27 # r -s -DINLINE=inline test/strinit.c
685
3e3cf02297e4 before intel function call order fix
kono
parents: 684
diff changeset
28 # r -s test/fact-a.c