Mercurial > hg > CbC > old > device
view .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 |
line wrap: on
line source
tb main define regs 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) 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