diff options
author | Pedro Alves <palves@redhat.com> | 2007-12-03 01:10:30 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2007-12-03 01:10:30 +0000 |
commit | c436e841ffe6de640cb19bd7915d117309ed079e (patch) | |
tree | c315752cf01aa2a447c9b0969f0706c996a67626 /gdb/gdbserver/ChangeLog | |
parent | 0421e13edb5307146de9a31648f40218162145a6 (diff) | |
download | gdb-c436e841ffe6de640cb19bd7915d117309ed079e.zip gdb-c436e841ffe6de640cb19bd7915d117309ed079e.tar.gz gdb-c436e841ffe6de640cb19bd7915d117309ed079e.tar.bz2 |
* win32-low.h (win32_thread_info): Add descriptions to the
structure members. Replace `suspend_count' counter by a
`suspended' flag.
* win32-low.c (thread_rec): Update condition of when to get the
context from the inferior. Rely on ContextFlags being set if it
has already been retrieved. Only suspend the inferior thread if
we haven't already. Warn if that fails.
(continue_one_thread): s/suspend_count/suspended/. Only call
ResumeThread once. Warn if that fails.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 09a46d4..86f4d72 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,16 @@ +2007-12-03 Leo Zayas + Pedro Alves <pedro_alves@portugalmail.pt> + + * win32-low.h (win32_thread_info): Add descriptions to the + structure members. Replace `suspend_count' counter by a + `suspended' flag. + * win32-low.c (thread_rec): Update condition of when to get the + context from the inferior. Rely on ContextFlags being set if it + has already been retrieved. Only suspend the inferior thread if + we haven't already. Warn if that fails. + (continue_one_thread): s/suspend_count/suspended/. Only call + ResumeThread once. Warn if that fails. + 2007-12-02 Pedro Alves <pedro_alves@portugalmail.pt> * win32-low.c (win32_wait): Don't read from the inferior when it |