mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
342063 wrong format specifier for test mcblocklistsearch in gdbserver_tests
Patch from Ivo Raisr. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14826
This commit is contained in:
parent
87dbf329ed
commit
b08bb282f8
1
NEWS
1
NEWS
@ -95,6 +95,7 @@ where XXXXXX is the bug number as listed below.
|
||||
340922 arm64: unhandled getgroups/setgroups syscalls
|
||||
341238 Recognize GCC5/DWARFv5 DW_LANG constants (Go, C11, C++11, C++14)
|
||||
341789 aarch64: shmat fails with valgrind on ARMv8
|
||||
342063 wrong format specifier for test mcblocklistsearch in gdbserver_tests
|
||||
n-i-bz Provide implementations of certain compiler builtins to support
|
||||
compilers who may not provide those
|
||||
n-i-bz Old STABS code is still being compiled, but never used. Remove it.
|
||||
|
||||
@ -18,7 +18,7 @@ set $0xA = t
|
||||
continue
|
||||
#
|
||||
# check who points at A
|
||||
eval "monitor who_points_at 0x%x 1", $0xA
|
||||
eval "monitor who_points_at 0x%lx 1", $0xA
|
||||
# do a leak check, and then list the blocks lost
|
||||
echo full leak search \n
|
||||
monitor leak_check full reachable any
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user