summaryrefslogtreecommitdiff
path: root/release/src/linux/linux/arch/mips/.gdbinit
blob: 8bdcdae68f647840eeeee8512019fb0a863b6569 (plain)
1
2
3
4
5
6
7
echo Setting up the environment for debugging vmlinux...\n
echo set remotedebug 0 \n
set remotedebug 0
echo cd arch/mips/kernel \n
cd arch/mips/kernel
echo target remote /dev/ttyS0 \n
target remote /dev/ttyS0