Turn some windows-nat.c static functions into methods
authorTom Tromey <tromey@adacore.com>
Tue, 5 Apr 2022 19:23:59 +0000 (13:23 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 7 Jun 2022 17:44:51 +0000 (11:44 -0600)
commit551765020680c23de7641577e72d88083c50194d
tree7b2cf7f7b1bd8d6b153e914121871ed83e35fef4
parentbcb9251f029da8dcf360a4f5acfa3b4211c87bb0
Turn some windows-nat.c static functions into methods

This patch turns some windows-nat.c static functions into methods on
windows_nat_target.  This avoids having to reference the
windows_nat_target singleton in some more spots -- a minor code
cleanup.
gdb/windows-nat.c