Use GetThreadDescription on Windows
authorTom Tromey <tromey@adacore.com>
Wed, 13 Apr 2022 14:45:34 +0000 (08:45 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 14 Apr 2022 18:12:35 +0000 (12:12 -0600)
commit8bbdbd6985d8d7615bab69f97f07e8bb78fb98f8
tree75278187c8faf5a564fc459afc9e29aa2be382fc
parent1ea519ec192d68397d8b22f55072fc7ba0c5e36c
Use GetThreadDescription on Windows

Windows 10 introduced SetThreadDescription and GetThreadDescription, a
simpler way to set a thread's name.  This changes gdb and gdbserver to
use this convention when it is available.

This is part of PR win32/29050.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=29050
gdb/nat/windows-nat.c
gdb/nat/windows-nat.h
gdb/windows-nat.c
gdbserver/win32-low.cc