OSDN Git Service

* win32-low.c (create_process): New.
authorpalves <palves>
Mon, 3 Sep 2007 22:17:27 +0000 (22:17 +0000)
committerpalves <palves>
Mon, 3 Sep 2007 22:17:27 +0000 (22:17 +0000)
commitc6e110651b38c367694e53de3dd2c04e567e0bee
tree29e3a502671a3011738116233914bb11ba6b9a07
parent0c322469c59ce2a7a48fa90cd7641e52c85ac682
* win32-low.c (create_process): New.
(win32_create_inferior): Use create_process instead of
CreateProcess.  If create_process failed retry appending an ".exe"
suffix.  Store the GetLastError result immediatelly after
create_process calls and use it on the call to error.
gdb/gdbserver/ChangeLog
gdb/gdbserver/win32-low.c