diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index aba7481..2e3fc01 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,17 @@ +2007-11-24 Pedro Alves <pedro_alves@portugalmail.pt> + + * win32-nat.c (DR6_CLEAR_VALUE): New define. + (thread_info_struct): Rename suspend_count to suspended, to be + used as a flag. + (thread_rec): Only suspend the thread if it wasn't suspended by + gdb before. Warn if suspending failed. + (win32_add_thread): Set Dr6 to DR6_CLEAR_VALUE. + (win32_continue): Set Dr6 to DR6_CLEAR_VALUE. Update usage of the + `suspended' flag. Do ContinueDebugEvent after resuming the + suspended threads, not before. Set threads' contexts before + resuming them, not after. + (win32_resume): Set Dr6 to DR6_CLEAR_VALUE. + 2007-11-23 Vladimir Prus <vladimir@codesourcery.com> * breakpoint.c (insert_breakpoints) |