Mercurial > hg > CbC > old > device
view .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 |
line wrap: on
line source
tb main define regs 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) end define si stepi regs x/1i $eip end define ni nexti regs x/1i $eip end b errmsg r -s test/code-gen-all.c # r -s mc-code-powerpc.c