]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/gdbserver/linux-aarch64-low.c
[GDBserver][AArch64] Cleanup comments for each linux_target_ops method
authorPierre Langlois <pierre.langlois@arm.com>
Thu, 2 Jul 2015 11:11:47 +0000 (12:11 +0100)
committerPierre Langlois <pierre.langlois@arm.com>
Fri, 10 Jul 2015 12:53:49 +0000 (13:53 +0100)
commit421530db90312b605ce05d7cf883123a084f9af3
tree5565e23c0b6bdeb39266059d9f09c76323de8bf1
parentc101f28fea4fc8621bdf864bc6e2132244dbe6a7
[GDBserver][AArch64] Cleanup comments for each linux_target_ops method

This patch cleans up the comments for each linux_target_ops methods.  We
should mention which method each function implements but there is no
need to duplicate information already mentionned in the base target_ops
or linux_target_ops definitions.

gdb/gdbserver/ChangeLog:

* linux-aarch64-low.c: Add comments for each linux_target_ops
method.  Remove comments already covered in target_ops and
linux_target_ops definitions.
(the_low_target): Add comments for each unimplemented method.
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-aarch64-low.c