我正在尝试在 OSX 上进行一些多线程调试。我最初试图通过 QtCreator IDE 使用 GDB,但是我永远无法让它完全正确地工作。我现在正在使用 Totalview 评估,一旦我将它指向我的可执行文件,我就会得到以下信息
Reading symbols for runtime loader /usr/lib/dyld(x86_64)
Error reading one of the dynamic loader image info values
Error reading one of the dynamic loader image info values
WARNING: Entrypoint address 0x7fff5fc01028 in library '/Users/dec/work/exc1' appears invalid
其中 exc1 是我的可执行文件。这些消息是什么意思?我该如何解决问题?我在这里标记 GDB 以防万一