在redhat7上遇到问题
gdb使用的时候
Could not find debuginfo
配置yum源
http://debuginfo.centos.org/7/x86_64/
[code="java"]
# cat debug.repo
[local]
name=debugredhat
baseurl= http://debuginfo.centos.org/7/x86_64/
gpgcheck=1
enabled=1
gpgkey=file:///mnt/iso/RPM-GPG-KEY-redhat-release
#
[/code]
debuginfo-install glibc-2.17-78.el7.x86_64
gdb使用的时候
Could not find debuginfo
配置yum源
http://debuginfo.centos.org/7/x86_64/
[code="java"]
# cat debug.repo
[local]
name=debugredhat
baseurl= http://debuginfo.centos.org/7/x86_64/
gpgcheck=1
enabled=1
gpgkey=file:///mnt/iso/RPM-GPG-KEY-redhat-release
#
[/code]
debuginfo-install glibc-2.17-78.el7.x86_64
本文详细介绍了在Red Hat 7环境下解决gdb使用问题的过程,并通过配置yum源和安装glibc库来解决具体问题。
1412

被折叠的 条评论
为什么被折叠?



