I understand that to pass an argument to a gdb program I can run
r arg1 arg2 arg3
But I want to pass a GFLAG which has a name associated with an argument. Something like
r arg1="hi" arg2="there"
I understand that to pass an argument to a gdb program I can run
r arg1 arg2 arg3
But I want to pass a GFLAG which has a name associated with an argument. Something like
r arg1="hi" arg2="there"
Copyright © 2021 Jogjafile Inc.
What's stopping you?
This works:
So does this: