Last active
July 22, 2019 11:52
-
-
Save nyrahul/3075805bc7a302acf4519af4dfa6e921 to your computer and use it in GitHub Desktop.
runtime watch a global var ... cmd to use gdb -x gdb.cmd --arg <executable>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b StreamSetUserData | |
r | |
n | |
n | |
n | |
eval "watch *(int *)%p", &strm->userData | |
c | |
c | |
c | |
c | |
c | |
c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment