This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 329a53a6d59 Some cleanups to "pretend language" handling new f0f1ae77fc0 Remove duplicate code from windows_nat_target::resume new a46710128af Simplify windows_nat_target::resume new 6f9dd39de18 Move struct declarations into windows-nat.h new 79ef785045e Create x86-windows-nat.c new e726bdc2d74 Move x86 debug registers and related code into x86-windows-nat.c new fa9ed6551fb Move x86 register code into x86-windows-nat.c new 0a4381e0086 Move x86 selector code into x86-windows-nat.c new 6fc89bae172 Move software breakpoint recognition code into x86-windows-nat.c new 34712904b2c Move auto_wide_charset gdbarch method to windows-tdep new db4dd5c7c0b Move setting size of long to windows-tdep new 3e0e90ac1e4 Add aarch64-windows support
The 11 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/Makefile.in | 4 + gdb/NEWS | 2 + gdb/aarch64-windows-nat.c | 333 ++++++++++++++++ gdb/aarch64-windows-tdep.c | 70 ++++ gdb/amd64-windows-tdep.c | 13 - gdb/coff-pe-read.c | 6 +- gdb/configure.host | 3 + gdb/configure.nat | 16 +- gdb/configure.tgt | 5 + gdb/i386-windows-tdep.c | 8 - gdb/nat/windows-nat.c | 5 + gdb/nat/windows-nat.h | 2 + gdb/windows-nat.c | 949 ++++++++------------------------------------- gdb/windows-nat.h | 270 +++++++++++++ gdb/windows-tdep.c | 12 + gdb/x86-windows-nat.c | 491 +++++++++++++++++++++++ 16 files changed, 1367 insertions(+), 822 deletions(-) create mode 100644 gdb/aarch64-windows-nat.c create mode 100644 gdb/aarch64-windows-tdep.c create mode 100644 gdb/x86-windows-nat.c