annotate .gdbinit.i386mac @ 935:7672a37e7545 default tip

Raspbery PI ARM support begin
author kono
date Sat, 24 Dec 2016 03:02:57 +0000
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