Skip to content

Instantly share code, notes, and snippets.

@froydnj
Created May 29, 2015 00:36
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 froydnj/14029724eda75c0b515d to your computer and use it in GitHub Desktop.
Save froydnj/14029724eda75c0b515d to your computer and use it in GitHub Desktop.
#!/bin/sh
MC_GDBINIT=${HOME}/src/mozilla-central-official/.gdbinit
if [ -f ${MC_GDBINIT} ]; then
COMMAND="--command=${MC_GDBINIT}"
fi
emacsclient -c -e "(gdb \"gdb ${COMMAND} --annotate=3 -q --args $*\")"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment