annotate .gdbinit.i386mac @ 803:a5f9e5a4db1b i64-worked

global alignment
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 24 Nov 2010 18:52:28 +0900
parents 557b2a266f75
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
630
557b2a266f75 Intel continue...
kono
parents:
diff changeset
1 tb main
557b2a266f75 Intel continue...
kono
parents:
diff changeset
2 define regs
557b2a266f75 Intel continue...
kono
parents:
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)
557b2a266f75 Intel continue...
kono
parents:
diff changeset
4 end
557b2a266f75 Intel continue...
kono
parents:
diff changeset
5 define si
557b2a266f75 Intel continue...
kono
parents:
diff changeset
6 stepi
557b2a266f75 Intel continue...
kono
parents:
diff changeset
7 regs
557b2a266f75 Intel continue...
kono
parents:
diff changeset
8 x/1i $eip
557b2a266f75 Intel continue...
kono
parents:
diff changeset
9 end
557b2a266f75 Intel continue...
kono
parents:
diff changeset
10 define ni
557b2a266f75 Intel continue...
kono
parents:
diff changeset
11 nexti
557b2a266f75 Intel continue...
kono
parents:
diff changeset
12 regs
557b2a266f75 Intel continue...
kono
parents:
diff changeset
13 x/1i $eip
557b2a266f75 Intel continue...
kono
parents:
diff changeset
14 end
557b2a266f75 Intel continue...
kono
parents:
diff changeset
15 b errmsg
557b2a266f75 Intel continue...
kono
parents:
diff changeset
16 r -s test/code-gen-all.c
557b2a266f75 Intel continue...
kono
parents:
diff changeset
17 # r -s mc-code-powerpc.c