Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的应用程序的各个点打印出堆栈跟踪以调试问题,除了我的 c++ 函数的符号名称仍然被破坏之外,它工作正常。在 linux 上,我使用 c++filt 将它们转换为更易读的东西……在 mac 上……它不起作用?!?!
macbook:matthew$ c++filt _ZN10GSemaphore6UnlockEv _ZN10GSemaphore6UnlockEv
即使手册页中提供的示例也不起作用。是什么赋予了?
~:1684$ c++filt -n _ZN10GSemaphore6UnlockEv GSemaphore::Unlock()