Mercurial > hg > CbC > old > device
diff .gdbinit.i64 @ 744:c9d4390b2b4e
i64 continue...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 12 Nov 2010 15:06:42 +0900 |
parents | |
children | aec31f182f9f |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.gdbinit.i64 Fri Nov 12 15:06:42 2010 +0900 @@ -0,0 +1,28 @@ +tb main +define regs +call (void)printf("eax=%08lx ebx=%08lx ecx=%08lx edx=%08lx\nesi=%08lx edi=%08lx ebp=%08lx esp=%08lx eip=%08lx\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/basic.c +# r -s test/strinit.c +# r -s test/arg.c +# r -s -DINLINE=inline test/strinit.c +# r -s test/fact-a.c