Skip to content

Instantly share code, notes, and snippets.

@ariscop
Created October 2, 2015 02:32
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 ariscop/176ddfb788a63690ac7b to your computer and use it in GitHub Desktop.
Save ariscop/176ddfb788a63690ac7b to your computer and use it in GitHub Desktop.
Gdb script for logging backtraces when a function is called
set pagination off
set logging file gdb.txt
set logging on
break sendto_realops_snomask
commands
bt full
c
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment