Created
July 14, 2009 13:47
-
-
Save splhack/146948 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/envsetup.sh b/envsetup.sh | |
index f8f20ab..ee58244 100644 | |
--- a/envsetup.sh | |
+++ b/envsetup.sh | |
@@ -739,7 +739,8 @@ function gdbclient() | |
echo >>"$OUT_ROOT/gdbclient.cmds" "target remote $PORT" | |
echo >>"$OUT_ROOT/gdbclient.cmds" "" | |
- arm-eabi-gdb -x "$OUT_ROOT/gdbclient.cmds" "$OUT_EXE_SYMBOLS/$EXE" | |
+ #arm-eabi-gdb -x "$OUT_ROOT/gdbclient.cmds" "$OUT_EXE_SYMBOLS/$EXE" | |
+ env __NETBEANS_HOST=localhost __NETBEANS_SOCKET=3219 /Applications/MacVim.app/Contents/MacOS/clewn -vc /Applications/MacVim.app/Contents/MacOS/Vim -va "-g -nb -c ¥"run clewn.vim¥"" -gc arm-eabi-gdb -ga "-x ¥"$OUT_ROOT/gdbclient.cmds¥" ¥"$OUT_EXE_SYMBOLS/$EXE¥"" | |
else | |
echo "Unable to determine build system output dir." | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment