aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/windows-nat.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8abb2ec..9aa3297 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2018-08-02 Jon Turney <jon.turney@dronecode.org.uk>
+
+ * windows-nat.c (windows_nat_target::wait): Remove a spurious
+ target_terminal::ours().
+
2018-09-23 Simon Marchi <simon.marchi@ericsson.com>
* aarch64-linux-tdep.c (aarch64_linux_supply_sve_regset): Change type
diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c
index da66349..0047a26 100644
--- a/gdb/windows-nat.c
+++ b/gdb/windows-nat.c
@@ -1705,8 +1705,6 @@ windows_nat_target::wait (ptid_t ptid, struct target_waitstatus *ourstatus,
{
int pid = -1;
- target_terminal::ours ();
-
/* We loop when we get a non-standard exception rather than return
with a SPURIOUS because resume can try and step or modify things,
which needs a current_thread->h. But some of these exceptions mark