From: Julian Seward Date: Wed, 19 Oct 2016 16:13:29 +0000 (+0000) Subject: "You need libc6-dbg" help message could be more helpful. Fixes #359645. X-Git-Tag: svn/VALGRIND_3_13_0~327 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f48abf565f820e75664a244f74cc9791ef1da31;p=thirdparty%2Fvalgrind.git "You need libc6-dbg" help message could be more helpful. Fixes #359645. Patch from Sami Liedes (sami.liedes@iki.fi) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16078 --- diff --git a/coregrind/m_redir.c b/coregrind/m_redir.c index 3e35da0ad5..ff35009a7c 100644 --- a/coregrind/m_redir.c +++ b/coregrind/m_redir.c @@ -1297,6 +1297,10 @@ static const HChar* complain_about_stripped_glibc_ldso[] "", " On Debian, Ubuntu: libc6-dbg", " On SuSE, openSuSE, Fedora, RHEL: glibc-debuginfo", + "", + "Note that if you are debugging a 32 bit process on a", + "64 bit system, you will need a corresponding 32 bit debuginfo", + "package (e.g. libc6-dbg:i386).", NULL };