commit | 44ac251ad202da57e134f160b6831a56a82a8cf0 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Tue Apr 12 14:25:44 2022 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Thu Apr 14 12:12:34 2022 -0600 |
tree | 148a8ed6b4e99309e17e9761b30873e5e64b1c0d | |
parent | b17c7ab3808f5b781537514b28695dafaa29cb28 [diff] |
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.