Skip to content

Instantly share code, notes, and snippets.

@Zeex
Last active December 30, 2015 08:39
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 Zeex/7803983 to your computer and use it in GitHub Desktop.
Save Zeex/7803983 to your computer and use it in GitHub Desktop.
Valgrind + GDB
#!/bin/sh
gdb -f ./samp03svr -ex "target remote | vgdb"
#!/bin/sh
valgrind --vgdb=yes --vgdb-error=0 --smc-check=all ./samp03svr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment