Skip to content

Instantly share code, notes, and snippets.

@splhack
Created July 14, 2009 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save splhack/146948 to your computer and use it in GitHub Desktop.
Save splhack/146948 to your computer and use it in GitHub Desktop.
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