Is it possible to run multiple commands in gdb such as the following:
# step instruction and then print what I want to see again
>>> si && x/bt $rsi
If so, how can it be done?
Is it possible to run multiple commands in gdb such as the following:
# step instruction and then print what I want to see again
>>> si && x/bt $rsi
If so, how can it be done?