* linux-low.c (linux_set_resume_request): Fix comment.
authorDoug Evans <dje@google.com>
Thu, 21 Nov 2013 01:32:33 +0000 (17:32 -0800)
committerDoug Evans <dje@google.com>
Thu, 21 Nov 2013 01:32:33 +0000 (17:32 -0800)
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-low.c

index 6e607ed6272b0835ee4fa186faa8cec32f872808..eb6f2849e2f14fdae4b0d51c564eac71a1db09f5 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-20  Doug Evans  <dje@google.com>
+
+       * linux-low.c (linux_set_resume_request): Fix comment.
+
 2013-11-20  Doug Evans  <dje@google.com>
 
        * linux-low.c (resume_status_pending_p): Tweak comment.
index f2b6e0af9ddbfe08e8f966f2c6ad9c4b9785d98b..770ee1600bfd812d963feb898f7388739cb59a48 100644 (file)
@@ -3298,13 +3298,15 @@ struct thread_resume_array
   size_t n;
 };
 
-/* This function is called once per thread.  We look up the thread
-   in RESUME_PTR, and mark the thread with a pointer to the appropriate
-   resume request.
+/* This function is called once per thread via find_inferior.
+   ARG is a pointer to a thread_resume_array struct.
+   We look up the thread specified by ENTRY in ARG, and mark the thread
+   with a pointer to the appropriate resume request.
 
    This algorithm is O(threads * resume elements), but resume elements
    is small (and will remain small at least until GDB supports thread
    suspension).  */
+
 static int
 linux_set_resume_request (struct inferior_list_entry *entry, void *arg)
 {
This page took 0.034191 seconds and 4 git commands to generate.