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

Raspbery PI ARM support begin
author kono
date Sat, 24 Dec 2016 03:02:57 +0000
parents c575422d8b6e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
110
fb502a0071f8 first binary run
kono
parents:
diff changeset
1 tb main
fb502a0071f8 first binary run
kono
parents:
diff changeset
2 define regs
fb502a0071f8 first binary run
kono
parents:
diff changeset
3 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)
fb502a0071f8 first binary run
kono
parents:
diff changeset
4 end
fb502a0071f8 first binary run
kono
parents:
diff changeset
5 define si
fb502a0071f8 first binary run
kono
parents:
diff changeset
6 stepi
fb502a0071f8 first binary run
kono
parents:
diff changeset
7 regs
fb502a0071f8 first binary run
kono
parents:
diff changeset
8 x/1i $eip
fb502a0071f8 first binary run
kono
parents:
diff changeset
9 end
fb502a0071f8 first binary run
kono
parents:
diff changeset
10 define ni
fb502a0071f8 first binary run
kono
parents:
diff changeset
11 nexti
fb502a0071f8 first binary run
kono
parents:
diff changeset
12 regs
fb502a0071f8 first binary run
kono
parents:
diff changeset
13 x/1i $eip
fb502a0071f8 first binary run
kono
parents:
diff changeset
14 end
fb502a0071f8 first binary run
kono
parents:
diff changeset
15 b errmsg
235
c575422d8b6e *** empty log message ***
kono
parents: 110
diff changeset
16 r -s test/code-gen-all.c
c575422d8b6e *** empty log message ***
kono
parents: 110
diff changeset
17 # r -s mc-code-powerpc.c