mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 12:35:55 +08:00
gdb/
* target.c (memory_xfer_live_readonly_partial): Document where to look for interface description.
This commit is contained in:
parent
fd11958c53
commit
5657161fbd
@ -1,3 +1,9 @@
|
||||
2011-02-15 Pedro Alves <pedro@codesourcery.com>
|
||||
Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* target.c (memory_xfer_live_readonly_partial): Document where to
|
||||
look for interface description.
|
||||
|
||||
2011-02-15 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
PR tdep/12352
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user