pub fn annotate_trace_memory(addr: *const ())
Available on crate feature
client_requests_defs
only.Expand description
Ask DRD to report every access to the specified address
Trace all load and store activity that touches at least the single byte at the address addr
.