Mercurial > hg > CbC > old > device
diff .gdbinit @ 467:32737bad7489
fix list/tag interference
author | kono |
---|---|
date | Sat, 30 Jul 2005 16:01:45 +0900 |
parents | 1e5ca85d3f97 |
children | 79fef53141b4 |
line wrap: on
line diff
--- a/.gdbinit Mon May 16 11:53:56 2005 +0900 +++ b/.gdbinit Sat Jul 30 16:01:45 2005 +0900 @@ -1,15 +1,3 @@ -tb main -# run -s test/inline.c -# run -s mc-parse.c -# run -s mc-codegen.c -# run -s nkf203/nkf.c -# run -s -ob01.s mc-switch.c -# run -s l.c -# run -s test/const.c -# run -s test/basic.c -# run -s test/code-gen-all.c -# run -s test/tmp7.c -run -s test/inline.c define regs printf "pc =%08x lr =%08x r0 =%08x r1 =%08x r3= %08x r4= %08x\n",$pc,$lr,$r0,$r1,$r3,$r4 printf "r10=%08x r11=%08x r12=%08x r13=%08x r14=%08x r15=%08x\n",$r10,$r11,$r12,$r13,$r14,$r15 @@ -42,3 +30,15 @@ x/1i $pc end b errmsg +tb main +# run -s test/inline.c +run -s mc-parse.c +# run -s mc-codegen.c +# run -s nkf203/nkf.c +# run -s -ob01.s mc-switch.c +# run -s l.c +# run -s test/const.c +# run -s test/basic.c +# run -s test/code-gen-all.c +# run -s test/tmp7.c +# run -s test/inline.c