Skip to content

Instantly share code, notes, and snippets.

@kixorz
Last active December 20, 2015 06:09
Show Gist options
  • Select an option

  • Save kixorz/6084158 to your computer and use it in GitHub Desktop.

Select an option

Save kixorz/6084158 to your computer and use it in GitHub Desktop.
Useful gdb commands
Unlimited gdb print command:
set print elements 0
Print void* string content:
p (char *)variable+16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment