NEWS
160956
mallinfo implementation, w/ patch
162092
Valgrind fails to start gnome-system-monitor
162819
malloc_free_fill test doesn’t pass on glibc2.8 x86
163794
assertion failure with "--track-origins=yes"
163933
sigcontext.err and .trapno must be set together
163955
remove constraint !(--db-attach=yes && --trace-children=yes)
164476
Missing kernel module loading system calls
164669
SVN regression: mmap() drops posix file locks
166581
Callgrind output corruption when program forks
167288
Patch file for missing system calls on Cell BE
168943
unsupported scas instruction pentium
171645
Unrecognised instruction (MOVSD, non-binutils encoding)
172417
x86->IR: 0x82 ...
172563
amd64->IR: 0xD9 0xF5
-
fprem1
173099
.lds linker script generation error
173177
[x86_64] syscalls: 125/126/179 (capget/capset/quotactl)
173751
amd64->IR: 0x48 0xF 0x6F 0x45 (even more redundant prefixes)
174532
== 173751
174908
--log-file value not expanded correctly for core file
175044
Add lookup_dcookie for amd64
175150
x86->IR: 0xF2 0xF 0x11 0xC1 (movss non-binutils encoding)
Developer-visible changes:
* Valgrind’s debug-info reading machinery has been majorly overhauled.
It can now correctly establish the addresses for ELF data symbols,
which is something that has never worked properly before now.
Also, Valgrind can now read DWARF3 type and location information for
stack and global variables.
This makes it possible to use the
framework to build tools that rely on knowing the type and locations
of stack and global variables, for example exp-Ptrcheck.
Reading of such information is disabled by default, because most
tools don’t need it, and because it is expensive in space and time.
However, you can force Valgrind to read it, using the
--read-var-info=yes flag.
Memcheck, Helgrind and DRD are able to
make use of such information, if present, to provide source-level
descriptions of data addresses in the error messages they create.
(3.4.0.RC1:
24 Dec 2008, vex r1878, valgrind r8882).
(3.4.0:
3 Jan 2009, vex r1878, valgrind r8899).
35
Содержание BBV
Страница 176: ...Valgrind FAQ Release 3 8 0 10 August 2012 Copyright 2000 2012 Valgrind Developers Email valgrind valgrind org ...
Страница 177: ...Valgrind FAQ Table of Contents Valgrind Frequently Asked Questions 1 ii ...
Страница 302: ...README mips based on newer GCC versions if possible 95 ...
Страница 303: ...GNU Licenses ...
Страница 304: ...GNU Licenses Table of Contents 1 The GNU General Public License 1 2 The GNU Free Documentation License 8 ii ...