mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
drd: Make --trace-addr trace all loads for the specified address
Thanks to Florian for reporting this. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13271
This commit is contained in:
parent
9816dee903
commit
0ab171e889
@ -680,8 +680,7 @@ IRSB* DRD_(instrument)(VgCallbackClosure* const closure,
|
||||
sizeofIRType(data->Iex.Load.ty),
|
||||
NULL/* no guard */);
|
||||
}
|
||||
instrument_load(bb, data->Iex.Load.addr,
|
||||
sizeofIRType(data->Iex.Load.ty),
|
||||
instrument_load(bb, addr_expr, sizeofIRType(data->Iex.Load.ty),
|
||||
NULL/* no guard */);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user