簡體   English   中英

pahole C ++ 11支持?

[英]pahole C++11 support?

我不知道為什么但是我的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

似乎是一個眾所周知的bug。

看到:

https://bugzilla.redhat.com/show_bug.cgi?id=962571

我試着用git構建

git clone https://github.com/acmel/dwarves.git
cd dwarves
cmake ..
make
./pahole <myprog>

git版本適合我!

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM