Use strwinerror in gdb/windows-nat.c
authorTom Tromey <tromey@adacore.com>
Wed, 20 Jul 2022 18:46:08 +0000 (12:46 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 16 Aug 2022 14:04:37 +0000 (08:04 -0600)
commit02d04eac24f497e34ac9869bac5bfb1e044a6b62
tree5dbf104d58fe1abec6fe1338fb823c78a443de06
parentec29a63c80602056bfc8533d230394d0db14b982
Use strwinerror in gdb/windows-nat.c

When working on windows-nat.c, it's useful to see an error message in
addition to the error number given by GetLastError.  This patch moves
strwinerror from gdbserver to gdbsupport, and then updates
windows-nat.c to use it.  A couple of minor changes to strwinerror
(constify the return type and use the ARRAY_SIZE macro) are also
included.
gdb/nat/windows-nat.c
gdb/windows-nat.c
gdbserver/win32-low.cc
gdbserver/win32-low.h
gdbsupport/errors.cc
gdbsupport/errors.h