diff options
author | Jonas Hoerberg <JHorberg@danfoss.com> | 2022-12-22 15:22:17 +0000 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2023-01-02 07:58:58 -0700 |
commit | c43d829bca5e45c5e6c0255a549abc5766f6de7f (patch) | |
tree | 381524f931eee962992b7018fc81f23dea411329 /gdb/python/py-dap.c | |
parent | dacf80765d51be840d2efc20bc058643d88ec49f (diff) | |
download | binutils-c43d829bca5e45c5e6c0255a549abc5766f6de7f.zip binutils-c43d829bca5e45c5e6c0255a549abc5766f6de7f.tar.gz binutils-c43d829bca5e45c5e6c0255a549abc5766f6de7f.tar.bz2 |
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.
Diffstat (limited to 'gdb/python/py-dap.c')
0 files changed, 0 insertions, 0 deletions