Skip to content

Instantly share code, notes, and snippets.

@Zeex
Last active December 30, 2015 07:29
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/7796090 to your computer and use it in GitHub Desktop.
Save Zeex/7796090 to your computer and use it in GitHub Desktop.
My GDB config
set disassembly-flavor intel
define hook-stop
list *$pc
x/5i $pc
x/8w $sp
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment