]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Windows gdb+gdbserver: Eliminate struct pending_stop
authorPedro Alves <pedro@palves.net>
Wed, 17 May 2023 13:34:53 +0000 (14:34 +0100)
committerPedro Alves <pedro@palves.net>
Mon, 9 Jun 2025 17:09:15 +0000 (18:09 +0100)
commitc639573dc2da83a6fdc07d895b60ba23dc68e58e
tree43798f0c1b9b3b17746dde450b96102988361624
parent171f4542d60b1a4968d76ab9b3b0a76a139eec83
Windows gdb+gdbserver: Eliminate struct pending_stop

After the previous patches, struct pending_stop only contains one
field.  So move that field into the windows_thread_info structure
directly, and eliminate struct pending_stop.

Change-Id: I7955884b3f378d8b39b908f6252d215f6568b367
gdb/nat/windows-nat.h
gdb/windows-nat.c
gdbserver/win32-low.cc