|
Last change
on this file since 43 was
2,
checked in by phkim, 11 years ago
|
|
1.phkim
- revision copy newcon3sk r27
|
-
Property svn:executable set to
*
|
|
File size:
554 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh |
|---|
| 2 | |
|---|
| 3 | #cgdb -d mips-linux-gnu-gdb -x ./jt.cmd ./ram97574.elf |
|---|
| 4 | #cgdb -d ~/CodeSourcery/Sourcery_CodeBench_Lite_for_MIPS_ELF/bin/mips-sde-elf-gdb -x ~/jt.cmd ram97574.elf |
|---|
| 5 | if [ $USER = megakiss ]; then |
|---|
| 6 | cgdb -d ~/CodeSourcery/Sourcery_CodeBench_Lite_for_MIPS_ELF/bin/mips-sde-elf-gdb -x ./jt_megakiss.cmd ./ram97574.elf |
|---|
| 7 | else |
|---|
| 8 | cgdb -d ~/CodeSourcery/Sourcery_CodeBench_Lite_for_MIPS_ELF/bin/mips-sde-elf-gdb -x ./jt.cmd ./ram97574.elf |
|---|
| 9 | fi |
|---|
| 10 | #/mnt/hdb1/mylocal/bin/insight -d sde-gdb -x ~/jt.cmd ram97574.elf |
|---|
| 11 | #sde-insight -d sde-gdb -x ~/jt.cmd ram97574.elf |
|---|
Note: See
TracBrowser
for help on using the repository browser.