This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/palves/windows-non-stop in repository binutils-gdb.
discards 8ebe45c2790 Windows gdb: Watchpoints and internal vs external stops discards 375489c52bc Windows gdb: cygwin_set_dr => windows_set_dr, etc. discards ed73ae29fcb Windows gdb: Add non-stop support discards a7afa9e7672 Windows gdb: Change serial_event management discards 2201336b812 Windows gdb/gdbserver: Eliminate struct pending_stop discards b4a696dc55d Windows gdb/gdbserver: Per-process -> per-thread state discards 17e57e1a041 Windows gdbserver: Eliminate soft-interrupt mechanism discards 9237d2791e4 Windows gdb: Enable "set scheduler-locking on" discards bdc797c9c32 Windows gdbserver: Fix scheduler-locking discards ae832343c0e Windows gdb: Can't pass signal to thread other than last st [...] discards 97225d78de3 Windows gdb/gdbserver: Introduce get_last_debug_event_ptid discards 332701b007d Windows gdb/gdbserver: Elim desired_stop_thread_id / rework [...] discards 67c510172e3 Windows gdb: Pending stop and current_event discards dc6a09c1830 Windows gdb: Factor code out of windows_nat_target::windows [...] discards 3e2184837ae Windows gdb: Introduce windows_continue_flags discards cbedfd566ef Windows gdb: Introduce continue_last_debug_event_main_thread discards a62e697d162 Windows gdb/gdbserver: Check whether DBG_REPLY_LATER is available discards a37fbff3df8 Fix Windows sharing_input_terminal hang discards ef02af430e4 Windows gdb/gdbserver: Move suspending thread to when retur [...] discards 5695c69d78d Windows gdb: Simplify windows_nat_target::wait discards 0239c5d724b Windows gdb/gdbserver: Eliminate windows_process_info::thread_rec discards 2eff0b75458 Windows gdb/gdbserver: Eliminate DONT_SUSPEND discards 8703f30e0e1 Windows gdb/gdbserver: Eliminate thread_rec(INVALIDATE_CONT [...] discards 9741e386553 Windows gdb: Eliminate reload_context discards c0404ead13c Windows gdb: Eliminate Cygwin-specific have_saved_context / [...] discards 354499cd15a Windows gdb/gdbserver: New find_thread, replaces thread_rec [...] discards 9723eaf3b62 Windows gdb: Eliminate global current_process.dr[8] global discards b196bf3e5f9 Fix setting watchpoints when current thread is running new 027048fd170 Fix setting watchpoints when current thread is running new 042a0f78a24 Windows gdb: Eliminate global current_process.dr[8] global new 07f8f86b80f Windows gdb/gdbserver: New find_thread, replaces thread_rec [...] new ba620236933 Windows gdb: Eliminate Cygwin-specific have_saved_context / [...] new d17675b2e0b Windows gdb: Eliminate reload_context new c89d0cecd60 Windows gdb/gdbserver: Eliminate thread_rec(INVALIDATE_CONT [...] new ea6ca89d207 Windows gdb/gdbserver: Eliminate DONT_SUSPEND new 86411a00022 Windows gdb/gdbserver: Eliminate windows_process_info::thread_rec new 9887793d382 Windows gdb: Simplify windows_nat_target::wait new 954d771e21f Windows gdb/gdbserver: Move suspending thread to when retur [...] new a2e08b1b871 Fix Windows sharing_input_terminal hang new 32d279ab9a4 Windows gdb/gdbserver: Check whether DBG_REPLY_LATER is available new 2201dd2723f Windows gdb: Introduce continue_last_debug_event_main_thread new ffef2695b75 Windows gdb: Introduce windows_continue_flags new 36e538caae9 Windows gdb: Factor code out of windows_nat_target::windows [...] new 7b8178caa64 Windows gdb: Pending stop and current_event new de40739146b Windows gdb/gdbserver: Elim desired_stop_thread_id / rework [...] new 5304bfc6a55 Windows gdb/gdbserver: Introduce get_last_debug_event_ptid new 2396d85b360 Windows gdb: Can't pass signal to thread other than last st [...] new fab34a663d5 Windows gdbserver: Fix scheduler-locking new 4af86f37999 Windows gdb: Enable "set scheduler-locking on" new d613a4eebb7 Windows gdbserver: Eliminate soft-interrupt mechanism new 66a7e547264 Windows gdb/gdbserver: Make current_event per-thread state new 3a9ff9dc53c Windows gdb/gdbserver: Make last_sig per-thread state new c50ccf33cfb Windows gdb/gdbserver: Make siginfo_er per-thread state new 3acac2e0db7 Add backpointer from windows_thread_info to windows_process_info new 02844f37a54 Windows gdb/gdbserver: Share $_siginfo reading code new ac0f0946180 Windows gdb/gdbserver: Eliminate struct pending_stop new 40cbb09d505 Windows gdb: Change serial_event management new 67381105fb5 Windows gdb: Add non-stop support new aa11fb3091b Windows gdb: cygwin_set_dr => windows_set_dr, etc. new c3a688a5271 Windows gdb: Watchpoints and internal vs external stops new 03650b55dc8 Mention Windows non-stop support in NEWS
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (8ebe45c2790) \ N -- N -- N refs/heads/users/palves/windows-non-stop (03650b55dc8)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 33 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/NEWS | 3 + gdb/nat/windows-nat.c | 51 +++++++- gdb/nat/windows-nat.h | 23 +++- .../watchpoint-running.c} | 29 ++++- gdb/testsuite/gdb.base/watchpoint-running.exp | 139 +++++++++++++++++++++ gdb/windows-nat.c | 45 +------ gdbserver/win32-low.cc | 46 ++----- 7 files changed, 244 insertions(+), 92 deletions(-) copy gdb/testsuite/{gdb.arch/amd64-watchpoint-downgrade.c => gdb.base/watchpoint-r [...] create mode 100644 gdb/testsuite/gdb.base/watchpoint-running.exp