Mercurial > hg > CbC > old > device
view .gdbinit @ 728:c02a35845a70
Added tag goto-with-env-syntax for changeset 13e540e7d9bf
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 20 Aug 2009 17:24:43 +0900 |
parents | 76761a18703b |
children | ebf5ae3f3863 |
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/tmp7.c # r -s test/tmp6.c # r -s test/call.c # r -s test/static.c # r -s test/tmpa.c # r -s test/code-gen-all.c # r -s mc-code-powerpc.c r -s test/macro.c # r -s test/strinit.c # r -s test/arg.c # r -s -DINLINE=inline test/strinit.c # r -s test/fact-a.c