gdb调试(no debugging symbols found)

本文介绍了一个使用GNU gdb进行程序调试时遇到的问题:由于编译时未加入-g选项导致无法加载符号表,进而无法查看源代码及变量等调试信息。文章提供了问题的解决办法。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

  gdb  调试程序时出现下面信息:
  GNU   gdb   Red   Hat   Linux   (5.3post-0.20021129.18rh)  
  Copyright   2003   Free   Software   Foundation,   Inc.  
  GDB   is   free   software,   covered   by   the   GNU   General   Public   License,   and   you   are  
  welcome   to   change   it   and/or   distribute   copies   of   it   under   certain   conditions.  
  Type   "show   copying"   to   see   the   conditions.  
  There   is   absolutely   no   warranty   for   GDB.     Type   "show   warranty"   for   details.  
  This   GDB   was   configured   as   "i386-redhat-linux-gnu"...(no   debugging   symbols   found)...  
  然后(gdb)l     出现  
  No   symbol   table   is   loaded.     Use   the   "file"   command.  

 

  问题出现的原因:

  编译时未加调试选项((g)cc/g++  -g ... )

执行调试命令以后出现下面输出,无法继续调试 ~ # id uid=0(root) gid=0(root) groups=0(root) ~ # gdb -p 567 GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word". Attaching to process 567 Reading symbols from /opt/kerio/winroute/winroute...(no debugging symbols found)...done. Reading symbols from /opt/kerio/winroute/libkvnet.so...(no debugging symbols found)...done. Loaded symbols for /opt/kerio/winroute/libkvnet.so Reading symbols from /opt/kerio/winroute/libkipf.so...(no debugging symbols found)...done. Loaded symbols for /opt/kerio/winroute/libkipf.so Reading symbols from /lib/x86_64-linux-gnu/libpng12.so.0...(no debugging symbols found)...done. Loaded symbols for /lib/x86_64-linux-gnu/libpng12.so.0 Reading symbols from /usr/lib/x86_64-linux-gnu/libqrencode.so.3...(no debugging symbols found)...done. Loaded symbols for /usr/lib/x86_64-linux-gnu/libqrencode.so.3 Reading symbols from /usr/lib/x86_64-linux-gnu/libfbclient.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/lib/x86_64-linux-gnu/libfbclient.so.2 Reading symbols from /opt/kerio/winroute/libkeriogl.so...(no debugging symbols found)...done. Loaded symbols for /opt/kerio/winroute/libkeriogl.so Reading symbols from /opt/kerio/winroute/libQtGui.so.4...(no debugging symbols found)...done. Loaded symbols for /opt/kerio/winroute/libQtGui.so.4 Reading symbols from /opt/kerio/winroute/libQtCore.so.4...(no debugging symbols found)...done. Loaded symbols for /opt/kerio/winroute/libQtCore.so.4 Reading symbols from /usr/lib/x86_64-linux-gnu/libfontconfig.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 Reading symbols from /opt/kerio/winroute/libkticonv.so.2...(no debugging symbols found)...done. Loaded symbols for /opt/kerio/winroute/libkticonv.so.2 Reading symbols from /lib/x86_64-linux-gnu/librt.so.1...(no debugging symbols found)...done. Loaded symbols for /lib/x86_64-linux-gnu/librt.so.1 Reading symbols from /lib/x86_64-linux-gnu/libpthread.so.0...(no debugging symbols found)...done. [New LWP 9920] [New LWP 1212] [New LWP 1177] [New LWP 1121] [New LWP 1075] [New LWP 1033] [New LWP 911] [New LWP 910] [New LWP 908] [New LWP 758] [New LWP 756] [New LWP 755] [New LWP 738] [New LWP 737]
03-08
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值