annotate .gdbinit @ 682:639db8597a58

decl_data optimization local_struct_static should be abandoned
author kono
date Mon, 01 Oct 2007 17:54:47 +0900
parents f536897fa3cb
children 6e2f1e7f9fc3
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
680
f536897fa3cb *** empty log message ***
kono
parents: 670
diff changeset
16 # r -s test/tmp7.c
682
639db8597a58 decl_data optimization
kono
parents: 680
diff changeset
17 # r -s test/code-gen-all.c
666
7c42cf329666 *** empty log message ***
kono
parents: 663
diff changeset
18 # r -s mc-code-powerpc.c
682
639db8597a58 decl_data optimization
kono
parents: 680
diff changeset
19 # r -s test/strinit.c
639db8597a58 decl_data optimization
kono
parents: 680
diff changeset
20 r -s -DINLINE=inline test/strinit.c