Fix Windows debugging regression
authorTom Tromey <tromey@adacore.com>
Fri, 24 Apr 2020 12:48:01 +0000 (06:48 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 24 Apr 2020 12:48:01 +0000 (06:48 -0600)
commit7be2bb4f47b7b25d4f60b52f6ebaade0644827f2
tree193917cb4296ca3d8a8a65aafc570768398a4972
parent884287754e8da49581b4873b936d8eba7b1f052e
Fix Windows debugging regression

The updated pending stop series introduced a regression in Windows
debugging.  When stopped at a software breakpoint, we would adjust the
PC each time it was requested -- however, more than a single
adjustment is incorrect.  This patch introduces a new flag that is
used to ensure the adjustment only happens a single time.

No similar change is needed in gdbserver, because it adjusts the PC in
a different way.

I still can't run the gdb test suite on Windows, but I can run the
internal AdaCore test suite there; and this fixes the regressions
there.

gdb/ChangeLog
2020-04-24  Tom Tromey  <tromey@adacore.com>

* nat/windows-nat.h (struct windows_thread_info)
<pc_adjusted>: New member.
* windows-nat.c (windows_fetch_one_register): Check
pc_adjusted.
(windows_nat_target::get_windows_debug_event)
(windows_nat_target::wait): Set pc_adjusted.
gdb/ChangeLog
gdb/nat/windows-nat.h
gdb/windows-nat.c
This page took 0.024271 seconds and 4 git commands to generate.