mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
* linux-low.c (linux_set_resume_request): Fix comment.
This commit is contained in:
@ -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>
|
2013-11-20 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
* linux-low.c (resume_status_pending_p): Tweak comment.
|
* linux-low.c (resume_status_pending_p): Tweak comment.
|
||||||
|
@ -3298,13 +3298,15 @@ struct thread_resume_array
|
|||||||
size_t n;
|
size_t n;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* This function is called once per thread. We look up the thread
|
/* This function is called once per thread via find_inferior.
|
||||||
in RESUME_PTR, and mark the thread with a pointer to the appropriate
|
ARG is a pointer to a thread_resume_array struct.
|
||||||
resume request.
|
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
|
This algorithm is O(threads * resume elements), but resume elements
|
||||||
is small (and will remain small at least until GDB supports thread
|
is small (and will remain small at least until GDB supports thread
|
||||||
suspension). */
|
suspension). */
|
||||||
|
|
||||||
static int
|
static int
|
||||||
linux_set_resume_request (struct inferior_list_entry *entry, void *arg)
|
linux_set_resume_request (struct inferior_list_entry *entry, void *arg)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user