Un-break --trace-children=yes.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3282
This commit is contained in:
Julian Seward 2005-03-11 12:56:56 +00:00
parent 8ed2c0ca86
commit 5fee346604
2 changed files with 1 additions and 4 deletions

View File

@ -28,9 +28,6 @@ Known breakage is:
implementation is possible. Result of that is that thread-event
modelling and Helgrind are also disabled for that period.
* --trace-children=yes no longer works. This is presumably some
trivial bug which should be fixed asap.
* signal contexts for x86 signal deliveries are partially broken. On
delivery of an rt-signal, a context frame is built, but only the 8
integer registers and %eflags are written into it, no SSE and no FP

View File

@ -2004,7 +2004,7 @@ PRE(sys_execve, Special)
VG_(env_setenv)( (Char***)&ARG3, VALGRINDLIB, VG_(libdir));
// Create executable name: "/proc/self/fd/<vgexecfd>", update ARG1
ARG1 = (Addr)VG_(build_child_exename)();
path = VG_(build_child_exename)();
}
if (0) {