Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yanqi27 committed May 14, 2024
1 parent 425fed5 commit 90b48fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdbplus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`<br>or<br>`yum install yum-utils`<br>`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.
Expand Down

0 comments on commit 90b48fe

Please sign in to comment.