Mercurial > hg > CbC > old > device
diff .gdbinit.powerpc @ 123:5f180dc8d84e intel-fix
intel fix.
author | kono |
---|---|
date | Mon, 24 Mar 2003 03:05:54 +0900 (2003-03-23) |
parents | b815fcd57b9d |
children |
line wrap: on
line diff
--- a/.gdbinit.powerpc Mon Mar 24 01:28:02 2003 +0900 +++ b/.gdbinit.powerpc Mon Mar 24 03:05:54 2003 +0900 @@ -1,5 +1,5 @@ tb main -r -s mc-parse.c +r -s test/basic.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