Debugging Symbols Lost When Linking?

别来无恙 提交于 2019-12-03 23:02:46

Just for marking this question as "answered" (so it's not needlessly opened and read by others).

=> Answer is found as the comment from "user1288111" to the initial question.

Peter Cogan

Final remark - it was indeed an OS X specific 'feature' to do with the way OS X links debug information. Valgrind helps the user circumvent the problem with the command --dsymutil=yes.

You can read more about it here: http://valgrind.org/docs/manual/manual-core.html#manual-core.erropts

Credit to Dave Goodell who sent me the solution on valgrind users forum.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!