]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
"You need libc6-dbg" help message could be more helpful. Fixes #359645.
authorJulian Seward <jseward@acm.org>
Wed, 19 Oct 2016 16:13:29 +0000 (16:13 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 19 Oct 2016 16:13:29 +0000 (16:13 +0000)
Patch from Sami Liedes (sami.liedes@iki.fi)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16078

coregrind/m_redir.c

index 3e35da0ad5ff03b9f929253dea82f05f93dc00cd..ff35009a7cc97b04745956bee9291fa8e3ffd179 100644 (file)
@@ -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
   };