pub fn process_vm_writev<E>(
ctrl: &mut TargetController<E>,
pid: u64,
lvec: u64,
liovcnt: u64,
rvec: u64,
riovcnt: u64,
flags: u64,
) -> Result<u64, CouldNotResume>where
E: Executing,Expand description
Call the process_vm_writev system call in the target process.