diff --git a/gdbplus/README.md b/gdbplus/README.md index 5087984..5657378 100644 --- a/gdbplus/README.md +++ b/gdbplus/README.md @@ -50,7 +50,7 @@ on various Linux distros. |------|-------|-------| |Ubuntu|`sudo apt install libc6-dbg`|The package is installed out of box| |CentOS|`sudo debuginfo-install -y glibc`|You may need to set `enable=1` in file `/etc/yum.repos.d/CentOS-Debuginfo.repo`| -|RedHat|`yum install glibc-debuginfo`| | +|RedHat|`yum install glibc-debuginfo`
or
`yum install yum-utils`
`debuginfo-install glibc`| | The libc.so debug symbols are installed at /usr/lib/debug by default. If gdb doesn't find it, you can add the following line in you `.gdbinit` file.