setup enviroment for compilation
[linux-2.4.21-pre4.git] / arch / mips / .gdbinit
1 echo Setting up the environment for debugging vmlinux...\n
2 echo set remotedebug 0 \n
3 set remotedebug 0
4 echo cd arch/mips/kernel \n
5 cd arch/mips/kernel
6 echo target remote /dev/ttyS0 \n
7 target remote /dev/ttyS0