mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
Bug 187269 - Set the binary parser for the cygwin toolchain to Cygwin PE. Apparently works better with setting global vars in the debugger.
This commit is contained in:
parent
c773868cfd
commit
02790c4592
1 changed files with 1 additions and 1 deletions
|
@ -1671,7 +1671,7 @@
|
||||||
<targetPlatform
|
<targetPlatform
|
||||||
id="cdt.managedbuild.target.gnu.platform.cygwin.base"
|
id="cdt.managedbuild.target.gnu.platform.cygwin.base"
|
||||||
name="%PlatformName.Dbg"
|
name="%PlatformName.Dbg"
|
||||||
binaryParser="org.eclipse.cdt.core.PE"
|
binaryParser="org.eclipse.cdt.core.Cygwin_PE"
|
||||||
osList="win32"
|
osList="win32"
|
||||||
archList="all">
|
archList="all">
|
||||||
</targetPlatform>
|
</targetPlatform>
|
||||||
|
|
Loading…
Add table
Reference in a new issue