]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Introduce wrapper for CreateProcess
authorTom Tromey <tromey@adacore.com>
Tue, 7 Sep 2021 20:41:52 +0000 (14:41 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 7 Jun 2022 15:59:40 +0000 (09:59 -0600)
commit8fea1a81c7d9279a6f91e49ebacfb61e0f8ce008
tree56272b04e80d52f561d31267d0e719db65227ea0
parent265aa48b392cda4355b5875fde46b59c271cc093
Introduce wrapper for CreateProcess

This is a small refactoring that introduces a wrapper for the Windows
CreateProcess function.  This is done to make the next patch a bit
simpler.
gdb/nat/windows-nat.c
gdb/nat/windows-nat.h
gdb/windows-nat.c
gdbserver/win32-low.cc