使用gdb来调试程序集,如何跳过一个调用 [英] Use gdb to debug assembly, how to skip a call

查看:901
本文介绍了使用gdb来调试程序集,如何跳过一个调用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在调试汇编代码。我使用stepi,但它会进入callees。如何在源代码可用时跳过调用指令,使用n?

I'm debugging assembly code. I use stepi, but it would go into callees. How to skip the call instructions as using "n" when source code is available?

推荐答案

非常简单: nexti stepi 作为 next step

这篇关于使用gdb来调试程序集,如何跳过一个调用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆