OLDER NEWS
n-i-bz
Updates to Memcheck manual
n-i-bz
Fixed broken malloc_usable_size()
110898
opteron instructions missing: btq btsq btrq bsfq
110954
x86->IR: unhandled instruction bytes: 0xE2 0xF6 (loop Jb)
n-i-bz
Make suppressions work for "???" lines in stacktraces.
111006
bogus warnings from linuxthreads
111092
x86: dis_Grp2(Reg): unhandled case(x86)
111231
sctp_getladdrs() and sctp_getpaddrs() returns uninitialized
memory
111102
(comment #4)
Fixed 64-bit unclean "silly arg" message
n-i-bz
vex x86->IR: unhandled instruction bytes: 0x14 0x0
n-i-bz
minor umount/fcntl wrapper fixes
111090
Internal Error running Massif
101204
noisy warning
111513
Illegal opcode for SSE instruction (x86 movups)
111555
VEX/Makefile: CC is set to gcc
n-i-bz
Fix XML bugs in FAQ
(3.0.1: 29 August 05,
vex/branches/VEX_3_0_BRANCH r1367,
valgrind/branches/VALGRIND_3_0_BRANCH r4574).
Release 3.0.0 (3 August 2005)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3.0.0 is a major overhaul of Valgrind.
The most significant user
visible change is that Valgrind now supports architectures other than
x86.
The new architectures it supports are AMD64 and PPC32, and the
infrastructure is present for other architectures to be added later.
AMD64 support works well, but has some shortcomings:
- It generally won’t be as solid as the x86 version.
For example,
support for more obscure instructions and system calls may be missing.
We will fix these as they arise.
- Address space may be limited; see the point about
position-independent executables below.
- If Valgrind is built on an AMD64 machine, it will only run 64-bit
executables.
If you want to run 32-bit x86 executables under Valgrind
on an AMD64, you will need to build Valgrind on an x86 machine and
copy it to the AMD64 machine.
And it probably won’t work if you do
something tricky like exec’ing a 32-bit program from a 64-bit program
while using --trace-children=yes.
We hope to improve this situation
in the future.
The PPC32 support is very basic.
It may not work reliably even for
small programs, but it’s a start.
Many thanks to Paul Mackerras for
his great work that enabled this support.
We are working to make
PPC32 usable as soon as possible.
Other user-visible changes:
53
Содержание 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 ...