si is step 1 instruction , How can I move few steps with 1 GDB commands?
si
For example I want to skip 3 instruction after address 0xabcd
b *0xabcd ---Breakpoint 2 at xabcd commands 2 si si si end
But this skip only 1 instruction , not 3
2.1m questions
2.1m answers
60 comments
57.0k users