aboutsummaryrefslogtreecommitdiff
path: root/gdb/sparc-nat.c
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2014-01-30 08:23:14 +0800
committerYao Qi <yao@codesourcery.com>2014-02-11 14:20:39 +0800
commitedcc890fce07a26950e5a24f4edc7664b0d4e1f5 (patch)
tree088eb27f44799e653c3a411bfaf9bf9df0140649 /gdb/sparc-nat.c
parent9b409511d07fe375284701af34909fb539029caf (diff)
downloadgdb-edcc890fce07a26950e5a24f4edc7664b0d4e1f5.zip
gdb-edcc890fce07a26950e5a24f4edc7664b0d4e1f5.tar.gz
gdb-edcc890fce07a26950e5a24f4edc7664b0d4e1f5.tar.bz2
Update comments to to_xfer_partial implementations.
Some comments to to_xfer_partial implementations are out of date. This patch updates them using the "Implement the to_xfer_partial target_ops method" pattern. gdb: 2014-02-11 Yao Qi <yao@codesourcery.com> * aix-thread.c (aix_thread_xfer_partial): Update comments. * auxv.c (procfs_xfer_auxv, memory_xfer_auxv): Likewise. * bsd-uthread.c (bsd_uthread_xfer_partial): Likewise. * gnu-nat.c (gnu_xfer_memory): Likewise. * inf-ptrace.c (inf_ptrace_xfer_partial): Likewise. * rs6000-nat.c (rs6000_xfer_partial): Likewise. * sparc-nat.c (sparc_xfer_wcookie): Likewise. * spu-linux-nat.c (spu_proc_xfer_spu): Likewise.
Diffstat (limited to 'gdb/sparc-nat.c')
-rw-r--r--gdb/sparc-nat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/sparc-nat.c b/gdb/sparc-nat.c
index 169ba25..30b5124 100644
--- a/gdb/sparc-nat.c
+++ b/gdb/sparc-nat.c
@@ -256,7 +256,8 @@ sparc_store_inferior_registers (struct target_ops *ops,
}
-/* Fetch StackGhost Per-Process XOR cookie. */
+/* Implement the to_xfer_partial target_ops method for
+ TARGET_OBJECT_WCOOKIE. Fetch StackGhost Per-Process XOR cookie. */
static enum target_xfer_status
sparc_xfer_wcookie (struct target_ops *ops, enum target_object object,