Share handle_ms_vc_exception with gdbserver
authorTom Tromey <tromey@adacore.com>
Tue, 12 Apr 2022 20:25:44 +0000 (14:25 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 14 Apr 2022 18:12:34 +0000 (12:12 -0600)
commit44ac251ad202da57e134f160b6831a56a82a8cf0
tree148a8ed6b4e99309e17e9761b30873e5e64b1c0d
parentb17c7ab3808f5b781537514b28695dafaa29cb28
Share handle_ms_vc_exception with gdbserver

Currently, gdb's native Windows target implements the exception-based
approach for setting thread names, but gdbserver does not.  This patch
moves handle_ms_vc_exception to the shared nat/windows-nat.c code, as
preparation for adding this support to gdbserver.
gdb/nat/windows-nat.c
gdb/nat/windows-nat.h
gdb/windows-nat.c
gdbserver/win32-low.cc