Fix target remote pipe command for MinGW
authorJonas Hoerberg <JHorberg@danfoss.com>
Thu, 22 Dec 2022 15:22:17 +0000 (15:22 +0000)
committerTom Tromey <tromey@adacore.com>
Mon, 2 Jan 2023 14:58:58 +0000 (07:58 -0700)
commitc43d829bca5e45c5e6c0255a549abc5766f6de7f
tree381524f931eee962992b7018fc81f23dea411329
parentdacf80765d51be840d2efc20bc058643d88ec49f
Fix target remote pipe command for MinGW

The cced7cacecad104fff0 ("gdb: preserve `|` in connection details string")
commit added '|' detection and removal to ser-pipe.c, but missed to add it
to ser-mingw.c.

This results in the error message below for MinGW hosts:
error starting child process '| <executable> <args>': CreateProcess: No such file or directory

This commit add the missing '|' detection and removal to ser-mingw.c.
gdb/ser-mingw.c