LLDB mainline
|
#include "lldb/Host/Config.h"
#include <sys/uio.h>
Go to the source code of this file.
Functions | |
ssize_t | process_vm_readv (::pid_t pid, const struct iovec *local_iov, unsigned long liovcnt, const struct iovec *remote_iov, unsigned long riovcnt, unsigned long flags) |
ssize_t process_vm_readv | ( | ::pid_t | pid, |
const struct iovec * | local_iov, | ||
unsigned long | liovcnt, | ||
const struct iovec * | remote_iov, | ||
unsigned long | riovcnt, | ||
unsigned long | flags | ||
) |
Definition at line 18 of file linux/LibcGlue.cpp.
Referenced by ProcessVmReadvSupported(), and lldb_private::process_linux::NativeProcessLinux::ReadMemory().