Skip to content

Instantly share code, notes, and snippets.

@crazyguitar
Created August 6, 2020 02:04
Show Gist options
  • Save crazyguitar/59f3c100e45bbd82962c656e1745b881 to your computer and use it in GitHub Desktop.
Save crazyguitar/59f3c100e45bbd82962c656e1745b881 to your computer and use it in GitHub Desktop.
GDB note

GDB Note

Set binary affinity in GDB

taskset -c 4 gdb --args ./a.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment