|
From: <sv...@va...> - 2016-10-20 05:45:24
|
Author: sewardj
Date: Thu Oct 20 06:45:18 2016
New Revision: 16087
Log:
Merge from trunk:
16078 "You need libc6-dbg" help message could be more helpful.
Modified:
branches/VALGRIND_3_12_BRANCH/ (props changed)
branches/VALGRIND_3_12_BRANCH/coregrind/m_redir.c
Modified: branches/VALGRIND_3_12_BRANCH/coregrind/m_redir.c
==============================================================================
--- branches/VALGRIND_3_12_BRANCH/coregrind/m_redir.c (original)
+++ branches/VALGRIND_3_12_BRANCH/coregrind/m_redir.c Thu Oct 20 06:45:18 2016
@@ -1297,6 +1297,10 @@
"",
" 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
};
|