diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-11-04 16:09:55 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-11-04 16:09:55 +0100 |
commit | 1a8d5c728cc275f20d7f560e2760aa882c8ed502 (patch) | |
tree | 416fbffa761ac8cc344c7bde5ac856100401bc82 /gdb | |
parent | 1ff07f0e47c930a1d3f9c26233f7a33650d27920 (diff) | |
download | web-1a8d5c728cc275f20d7f560e2760aa882c8ed502.tar.gz web-1a8d5c728cc275f20d7f560e2760aa882c8ed502.tar.bz2 web-1a8d5c728cc275f20d7f560e2760aa882c8ed502.zip |
Fix hurd-dbgsym packagename
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/backtrace.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/backtrace.mdwn b/gdb/backtrace.mdwn index 7411ad05..e4f94b72 100644 --- a/gdb/backtrace.mdwn +++ b/gdb/backtrace.mdwn @@ -25,5 +25,5 @@ Run the faulting program like this: libraries) contain debugging symbols, or those are available separartely. If you're one a [[Debian_GNU/Hurd_system|hurd/running/debian]], you'll have -to have the *hurd-dbg* package installed for debugging Hurd stuff, and perhaps +to have the *hurd-dbgsym* package installed for debugging Hurd stuff, and perhaps *libc0.3-dbg* as well if it's inside the glibc. |