调试so库文件,无法加载symbols的处理,用set solib-search-path命令:
set solib-search-path /opt/linuxshare/ubuntu_nginx/nginx/sbin/
执行完之后,不管是gdb还是VS挂的WinGDB,都可以进入到so库的源文件中。
本文转自 zhegaozhouji 51CTO博客,原文链接:http://blog.51cto.com/1038741/1741090
2022-04-23 10:30:11
调试so库文件,无法加载symbols的处理,用set solib-search-path命令:
set solib-search-path /opt/linuxshare/ubuntu_nginx/nginx/sbin/
执行完之后,不管是gdb还是VS挂的WinGDB,都可以进入到so库的源文件中。
本文转自 zhegaozhouji 51CTO博客,原文链接:http://blog.51cto.com/1038741/1741090