mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-12 01:24:12 +08:00
gdbserver --wrapper also doesn't work on Cygwin.
Skip the test on Cygwin too. 2013-09-18 Pedro Alves <palves@redhat.com> PR server/15967 * gdb.server/wrapper.exp: Also return unsupported for Cygwin, and change text.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2013-09-18 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
|
PR server/15967
|
||||||
|
* gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
|
||||||
|
change text.
|
||||||
|
|
||||||
2013-09-18 Yao Qi <yao@codesourcery.com>
|
2013-09-18 Yao Qi <yao@codesourcery.com>
|
||||||
|
|
||||||
* gdb.server/wrapper.c: New.
|
* gdb.server/wrapper.c: New.
|
||||||
|
@ -25,8 +25,9 @@ if { [skip_gdbserver_tests] } {
|
|||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
if [istarget *-*-mingw*] {
|
if { [istarget *-*-mingw*]
|
||||||
unsupported "Command env doesn't exist on Windows."
|
|| [istarget *-*-cygwin*] } {
|
||||||
|
unsupported "gdbserver does not support --wrapper on this target (PR server/15967)"
|
||||||
return -1
|
return -1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user