|
From: Paul F. <pa...@so...> - 2023-01-21 17:10:13
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=2b1c6db9c88133888aea9f58b83ab33571f9afd2 commit 2b1c6db9c88133888aea9f58b83ab33571f9afd2 Author: Paul Floyd <pj...@wa...> Date: Sat Jan 21 18:09:47 2023 +0100 Two more debuginfo.c typos Diff: --- coregrind/m_debuginfo/debuginfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coregrind/m_debuginfo/debuginfo.c b/coregrind/m_debuginfo/debuginfo.c index 7284f031f3..2d2accc999 100644 --- a/coregrind/m_debuginfo/debuginfo.c +++ b/coregrind/m_debuginfo/debuginfo.c @@ -1082,7 +1082,7 @@ static ULong di_notify_ACHIEVE_ACCEPT_STATE ( struct _DebugInfo* di ) "GUEST TRIGGERED" 2. When the guest loads any further shared libs (valgrind core and - tool preload shred libraries, libc, other dependencies, dlopens) + tool preload shared libraries, libc, other dependencies, dlopens) using mmap. The call will be from ML_(generic_PRE_sys_mmap) or a platform-specific variation. @@ -1090,7 +1090,7 @@ static ULong di_notify_ACHIEVE_ACCEPT_STATE ( struct _DebugInfo* di ) In this case the NSegment could possibly be merged, but that is irrelevant because di_notify_mmap is being - called directy on the mmap result. + called directly on the mmap result. If allow_SkFileV is True, it will try load debug info if the mapping at 'a' belongs to Valgrind; whereas normally (False) |