在 kcachegrind 中使用不同的 objdump
默认情况下,Kcachegrind 将使用默认的一个 objdump(从 ELF 获取 asm 代码)。
是否可以强制Kcachegrind使用不同的objdump,例如/home/os_gx/local/bin/arm-linux/objdump
?
Kcachegrind will use the default one objdump by default (to get asm code from ELF).
Is it possible to force Kcachegrind to use different objdump, e.g. /home/os_gx/local/bin/arm-linux/objdump
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己也一直在努力完成同样的事情。我设法在 KCachegrind 0.4.6 中通过创建符号链接名称 objdump(指向您要使用的 objdump)然后添加“.”来完成此操作。到路径。在 KCachegrind 的更高版本中(例如 11.04 附带的版本),这只是提供程序计数器并由于某种原因跳转,这有点遗憾。
I have been trying to accomplish the same thing myself. I managed to do it in KCachegrind 0.4.6 by creating a symbolic link name objdump (pointing to the objdump you want to use) and then adding "." to PATH. In the later versions of KCachegrind (the version that comes with 11.04 for instance), this just gives the program counter and jumps for some reason which is a bit of a shame.