commit | c9c157c7650a7570123869445e7dd331ecdd3317 | [log] [tgz] |
---|---|---|
author | Jon Turney <jon.turney@dronecode.org.uk> | Fri May 20 14:35:57 2022 +0100 |
committer | Jon Turney <jon.turney@dronecode.org.uk> | Thu Jun 02 10:39:44 2022 +0100 |
tree | dee0e3d0478d3bdfea78581a83bbb8a1c542d353 | |
parent | 6a031255cf1842447a143849e720349eb00533d2 [diff] |
Fix Cygwin build after fcab5839 Fix Cygwin build after fcab5839 ("Implement pid_to_exec_file for Windows in gdbserver"). That change moves code from gdb/windows-nat.c to gdb/nat/windows-nat.c, but doesn't add the required typedefs and includes for parts of that code under ifdef __CYGWIN__.