From: Pedro Alves Date: Tue, 15 Feb 2011 17:22:21 +0000 (+0000) Subject: gdb/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5657161fbd78bc44d2e6bc206d9895d50909c39d;p=binutils-gdb.git gdb/ * target.c (memory_xfer_live_readonly_partial): Document where to look for interface description. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a02e058fd16..9a68d8ac96c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2011-02-15 Pedro Alves + Jan Kratochvil + + * target.c (memory_xfer_live_readonly_partial): Document where to + look for interface description. + 2011-02-15 Yao Qi PR tdep/12352 diff --git a/gdb/target.c b/gdb/target.c index 214edb74abd..a4e2ae95186 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,