aboutsummaryrefslogtreecommitdiff
path: root/backend.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2014-01-10 20:02:12 +0100
committerPetr Machata <pmachata@redhat.com>2014-01-10 20:02:12 +0100
commit79e64bcb176442b0eef89764d5ea7f07972dd240 (patch)
tree6f48d85c367e3fa4c2f0fa600f0c09ef70e5becf /backend.h
parentb882ba7bd0840db234eb84c27665da4b3f4b42b8 (diff)
downloadltrace-79e64bcb176442b0eef89764d5ea7f07972dd240.tar.gz
Type umovebytes properly
Diffstat (limited to 'backend.h')
-rw-r--r--backend.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend.h b/backend.h
index dc94d5f..e25daa0 100644
--- a/backend.h
+++ b/backend.h
@@ -171,7 +171,8 @@ void os_ltrace_exiting(void);
/* Should copy COUNT bytes from address ADDR of process PROC to local
* buffer BUF. */
-size_t umovebytes(struct process *proc, void *addr, void *buf, size_t count);
+size_t umovebytes(struct process *proc, arch_addr_t addr,
+ void *buf, size_t count);
/* Find out an address of symbol SYM in process PROC, and return.
* Returning NULL delays breakpoint insertion and enables heaps of