Valgrind 在 CBE 上
我需要在单元处理器上调试 C 应用程序,然后使用 valgrind 来解决内存泄漏问题。我查看了他们的网站(支持的平台),但没有任何关于 CBE 的信息。有人在 CBE 上成功使用过 valgrind 吗? (主要是代码的SPE部分)
谢谢
I need to debug a C application on the cell processor, and later to use valgrind for memory leaks. I checked on their website (supported platforms) but there is nothing about the CBE. Did anybody use successfully valgrind on the CBE? (Mostly for the SPE parts of the code)
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我还没有听说有人做任何工作来移植 valgrind 以支持 Cell 处理器。
valgrind 支持 Linux/PPC,但 SPE 具有完全不同的架构。
I haven't heard of anyone doing any work to port valgrind to support Cell processors.
valgrind supports Linux/PPC, however the SPE have a completely different architecture.