Posted on 2014-11-25 17:10
S.l.e!ep.¢% 閱讀(539)
評論(0) 編輯 收藏 引用 所屬分類:
gdb
為了調試 glibc, 在網上找了半天
debuginfo-install glibc
For this to work, you need to have the?debuginfo
?repository defined. For CentOS 5, put the following in?/etc/yum.repos.d/CentOS-Base-debuginfo.repo
:
[base-debuginfo]
name=CentOS-$releasever -DebugInfo
baseurl=http://debuginfo.centos.org/$releasever/$basearch/
gpgcheck=0
enabled=0
protect=1
priority=1