.gdbinit
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  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