Replies: 2 comments
-
找到变化的 issue 了:#4684 我的编译log:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
其实之前那个 symfile 不算是纯符号文件。。是完整带 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
gdb *.sym core-filename
即可打开看到对应的符号信息。现在,我需要确保二进制和 sym 在同一个目录,然后执行 gdb 二进制才能打开。另外,我无法先执行gdb 二进制文件
,然后在 gdb 交互窗口中通过symbol-file symfilepath
完成符号加载,通过这种方式依旧显示问号。gdb symfile
进行 debug,那么是否能通过 symbol-file 进行加载?因为我们是一个大型项目,实际部署和调试时,需要分别存放二进制文件和 sym。补充信息,我们的 release 做了配置:
我已经修改为,但没有变化:
Beta Was this translation helpful? Give feedback.
All reactions