mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Un-break --trace-children=yes.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3282
This commit is contained in:
parent
8ed2c0ca86
commit
5fee346604
@ -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
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user