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 59911e9a116 Mention Windows non-stop support in NEWS discards f6c006fb583 Windows gdb: Watchpoints while running (internal vs externa [...] discards 629db5018e3 Windows gdb: Add non-stop support new 650daf18185 Windows gdb: Add non-stop support new 7d6c04c5807 Windows gdb: Watchpoints while running (internal vs externa [...] new 5223cde0d5f Mention Windows non-stop support in NEWS new 41330f5d32d Fix process-dies-after-detach
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 (59911e9a116) \ N -- N -- N refs/heads/users/palves/windows-non-stop (41330f5d32d)
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 4 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/infrun.c | 36 ++++++++ gdb/infrun.h | 6 ++ gdb/linux-nat.c | 36 +------- gdb/nat/windows-nat.h | 2 +- gdb/windows-nat.c | 222 +++++++++++++++++++++++++++++++++++++++++--------- 5 files changed, 229 insertions(+), 73 deletions(-)