annotate .gdbinit @ 36:9f89cef85b41

*** empty log message ***
author kono
date Mon, 10 Feb 2003 10:07:00 +0900
parents 0756caa79167
children 412ad2e6c2a2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d35df41eac69 Initial revision
kono
parents:
diff changeset
1 tb main
d35df41eac69 Initial revision
kono
parents:
diff changeset
2 b error
d35df41eac69 Initial revision
kono
parents:
diff changeset
3 b errmsg
34
0756caa79167 macro function recursive and copy method
kono
parents: 33
diff changeset
4 b macro_function
0756caa79167 macro function recursive and copy method
kono
parents: 33
diff changeset
5 b macro_eval
32
b35787d8a442 macro initialization
kono
parents: 30
diff changeset
6 define regs
33
8500dbb69dd9 bad macro processing. give up this method.
kono
parents: 32
diff changeset
7 call fprintf(stderr,"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)
32
b35787d8a442 macro initialization
kono
parents: 30
diff changeset
8 end
b35787d8a442 macro initialization
kono
parents: 30
diff changeset
9 define si
b35787d8a442 macro initialization
kono
parents: 30
diff changeset
10 stepi
b35787d8a442 macro initialization
kono
parents: 30
diff changeset
11 regs
b35787d8a442 macro initialization
kono
parents: 30
diff changeset
12 x/1i $eip
b35787d8a442 macro initialization
kono
parents: 30
diff changeset
13 end
b35787d8a442 macro initialization
kono
parents: 30
diff changeset
14 define ni
b35787d8a442 macro initialization
kono
parents: 30
diff changeset
15 nexti
b35787d8a442 macro initialization
kono
parents: 30
diff changeset
16 x/1i $eip
b35787d8a442 macro initialization
kono
parents: 30
diff changeset
17 end
30
20ed2786a276 still macro
kono
parents: 7
diff changeset
18 r -s test/macro.c