Skip to content

Instantly share code, notes, and snippets.

@etaf
Created July 23, 2018 01:52
Show Gist options
  • Save etaf/f78731c664a64d1049980f55c602eaa7 to your computer and use it in GitHub Desktop.
Save etaf/f78731c664a64d1049980f55c602eaa7 to your computer and use it in GitHub Desktop.
gdb remote
set solib-search-path ./symbols/usr/lib/
file ./symbols/usr/bin/node
dir vm/v8/out
target remote :1234
b main
c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment