diff options
author | Pedro Alves <palves@redhat.com> | 2011-02-15 17:22:21 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-02-15 17:22:21 +0000 |
commit | 5657161fbd78bc44d2e6bc206d9895d50909c39d (patch) | |
tree | 3a0d89b84ca6ec2835bb78ed0a3ed85a3846ad75 /gdb/target.c | |
parent | fd11958c53698bd13414490fb6a18d278b1ce3de (diff) | |
download | gdb-5657161fbd78bc44d2e6bc206d9895d50909c39d.zip gdb-5657161fbd78bc44d2e6bc206d9895d50909c39d.tar.gz gdb-5657161fbd78bc44d2e6bc206d9895d50909c39d.tar.bz2 |
gdb/
* target.c (memory_xfer_live_readonly_partial): Document where to
look for interface description.
Diffstat (limited to 'gdb/target.c')
-rw-r--r-- | gdb/target.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/target.c b/gdb/target.c index 214edb7..a4e2ae9 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -1297,7 +1297,10 @@ target_read_live_memory (enum target_object object, /* Using the set of read-only target sections of OPS, read live read-only memory. Note that the actual reads start from the - top-most target again. */ + top-most target again. + + For interface/parameters/return description see target.h, + to_xfer_partial. */ static LONGEST memory_xfer_live_readonly_partial (struct target_ops *ops, |