我不知道为什么,但我的pahole副本碰巧不适用于在C++11中编译的任何二进制文件,它适用于C++03,但不适用于C++11:在pahole中有C++11支持吗?
输出类似于
die__process_class: tag not supported (template_type_parameter)!
die__process_unit: DW_TAG_unspecified_type (0x3b) @ <0x1a26> not handled!
pahole: No debugging information found发布于 2014-05-19 08:44:33
似乎是个众所周知的臭虫。
请参见:
我试着用git构建
git clone https://github.com/acmel/dwarves.git
cd dwarves
cmake ..
make
./pahole <myprog>git版本适用于我!
https://stackoverflow.com/questions/23730439
复制相似问题