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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top