Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
548 views
in Technique[技术] by (71.8m points)

breakpoints - Step few instruction with GDB

si is step 1 instruction , How can I move few steps with 1 GDB commands?

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

question from:https://stackoverflow.com/questions/65925794/step-few-instruction-with-gdb

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...